جستجوی تراکنش های :

@error('radioTranactions') {{$message}} @enderror

@error('date_az') {{$message}} @enderror
@error('date_ta') {{$message}} @enderror

@foreach($report_tranaction as $key=>$val) @if($val->type_req==1) @else @endif @if($val->status_req==1) @else @endif @endforeach
ردیف تاریخ تراکنش مبلغ تراکنش کد رهگیری نوع تراکنش وضعیت تراکنش
{{$key+1}} @php $exp=explode(" ",$val->created_at); $date = \Morilog\Jalali\CalendarUtils::strftime('Y-m-d', strtotime($val->created_at)); echo $date.'
'.$exp[1]; @endphp
{{number_format($val->amount_sett)}} {{$val->refid_pay}}درخواست تسویهپرداخت بارنامهپرداخت شدهدر انتظار پرداخت
{{ $report_tranaction->links() }}
@section('script') @endsection