@extends("agentportal.layouts.layout") @section("title", ($routename == 'payment') ? trans('message_lang.LBL_PAID_TRANSACTIONS') : trans('message_lang.LBL_PAID_REPAYMENTS')) @section("page_style") @endsection @section("content")
@if (session('notValidCodes'))
{!! trans('message_lang.LBL_INVALID_PICKUP_CODE') !!}: {{ implode(', ', session('notValidCodes')) }}
@endif @if (session('duplicateCodes'))
{!! trans("message_lang.LBL_ALREADY_IMPORTED_PICKUP_CODE") !!}: {{ implode(', ', session('duplicateCodes')) }}
@endif

{!! ($routename == 'payment') ? trans('message_lang.LBL_PAID_TRANSACTIONS') : trans('message_lang.LBL_PAID_REPAYMENTS') !!}

@if(Auth::guard('agentportal')->user()->hasAnyRole('main teller|teller|supervisor'))
@if($routename == 'payment') {!! trans('message_lang.LBL_PAY_NEW') !!} @else {!! trans('message_lang.LBL_REPAYMENT_REQUEST') !!} @endif
@if(isset(auth()->guard('agentportal')->user()->agentLocation) && isset(auth()->guard('agentportal')->user()->agentLocation->country_id) && isset(auth()->guard('agentportal')->user()->agentLocation->country_id) && auth()->guard('agentportal')->user()->agentLocation->country_id == 8) @else {!! trans('message_lang.LBL_SUBMIT_PAID_NEW') !!} @endif
@endif
@csrf
@if ($routename == 'payment')
@endif
@if(isset(auth()->guard('agentportal')->user()->agentLocation) && isset(auth()->guard('agentportal')->user()->agentLocation->country_id) && auth()->guard('agentportal')->user()->agentLocation->country_id != 8)
@endif
@include('agentportal.layouts.duration_filter')
@if(isset(auth()->guard('agentportal')->user()->agentLocation) && isset(auth()->guard('agentportal')->user()->agentLocation->country_id) && auth()->guard('agentportal')->user()->agentLocation->country_id != 8) @endif @if(isset(auth()->guard('agentportal')->user()->agentLocation) && isset(auth()->guard('agentportal')->user()->agentLocation->country_id) && auth()->guard('agentportal')->user()->agentLocation->country_id != 8) @endif
# {!! trans('message_lang.LBL_PICKUP_CODE') !!} {!! trans('message_lang.LBL_COMPANY') !!}{!! trans('message_lang.LBL_AMOUNT') !!} {!! trans('message_lang.LBL_STATUS') !!} {!! trans('message_lang.LBL_AMOUNT_BY_USER') !!}{!! trans('message_lang.LBL_PAID_DATE') !!} {!! trans('message_lang.LBL_PAID_BY') !!} {!! trans('message_lang.LBL_NOTES') !!} {!! trans('message_lang.LBL_ID') !!}
{!! trans('message_lang.LBL_TOTAL') !!}:
@endsection @section("page_vendors") @endsection @section("page_script") @endsection