@foreach($listtransaction as $key=>$val) @endforeach
ردیف مبلغ واریزی(تومان) شماره پیگیری تاریخ واریزی جزئیات
{{$key+1}} {{number_format($val->amount_pay)}} {{$val->refid}} @php $exp=explode(" ",$val->created_at); $date = \Morilog\Jalali\CalendarUtils::strftime('Y/m/d', strtotime($val->created_at)); echo $date; @endphp مشاهده
@include("msgLivewiresite")
@section('script') @endsection