@extends('agentportal.layouts.layout') @section('title', trans('message_lang.LBL_MONEYGRAM_PAID_TXNS')) @section('page_style') @endsection @section('content')

{{ trans('message_lang.LBL_MONEYGRAM_PAID_TXNS') }}

@csrf

has('fromDate') ? $request->fromDate : date('Y-m-d',strtotime(now())))) : date('Y-m-d',strtotime($request->has('fromDate') ? $request->fromDate : date('Y-m-d',strtotime(now())))) }}" placeholder="{{ trans('message_lang.LBL_FROM_DATE') }}" id="fromDate" class="form-control custom-field">
toDate)) : date('Y-m-d',strtotime($request->toDate)) : '' !!}" placeholder="{{ trans('message_lang.LBL_TO_DATE') }}" id="toDate" class="form-control custom-field">

@if($agentPaidTxns)
@endif
@forelse ($agentPaidTxns as $key => $txn) @empty @endforelse
@if($agentPaidTxns) @endif
@endsection @section('page_vendors') @endsection @section('page_script') @endsection