@extends('agentportal.layouts.layout') @section('title', 'RIA TRANSACTIONS') @section('page_style') @endsection @section('content')

{!! trans('message_lang.LBL_RIA_PAID_TRANSACTIONS') !!}

@hasanyrole('administrator|operation|customer service|finance back office') @endhasanyrole
@csrf
@hasanyrole('administrator|operation|customer service|finance back office')

@endhasanyrole {{--
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">
--}}

@include('agentportal.layouts.date_filter_v1')
@if($agentPaidTxns)
@endif
{{-- --}} @forelse ($agentPaidTxns as $key => $txn) @if (isset($txn->sender_country) && strlen($txn->sender_country) == 2) @php $country = \App\SendingCountry::where('country_code', config('constants.COUNTRY_THREE_DIGIT_CODE')[$txn->sender_country])->first(); $txn->sender_country_name = $country->country_name; @endphp @endif {{-- --}} @empty @endforelse
@if($agentPaidTxns) @endif
@endsection @section('page_vendors') @endsection @section('page_script') @endsection