@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_RECONCILE_TRANSACTION_OF") . @$agentCompany->name) @section("page_style")
@endsection
@section("content")
{!! trans("message_lang.LBL_RECONCILE_TRANSACTION_OF") !!} {{ @$agentCompany->name }}
@if (@$agentCompany->code == 'BNB')
{!! trans("message_lang.BTN_SAMPLE") !!}
@else
{!! trans("message_lang.BTN_SAMPLE") !!}
@endif
@csrf
{!! trans("message_lang.LBL_COUNTRY") !!}
*
{!! trans("message_lang.PLACEHOLDER_SELECT") !!}
@foreach($agentCountries as $key => $agentCountry)
{{ $agentCountry }}
@endforeach
@error('agent_country_id')
{{ $message }}
@enderror
{!! trans("message_lang.LBL_LOCATION") !!}
{!! trans("message_lang.PLACEHOLDER_SELECT") !!}
@foreach($agentLocations as $key => $agentLocation)
{{ $agentLocation }}
@endforeach
@error('agent_location_id')
{{ $message }}
@enderror
{!! trans("message_lang.LBL_CSV_FILE") !!}
{{ trans('message_lang.CHOOSE_FILE') }}
CSV. Max file size 2MB
@error('csv_file')
{{ $message }}
@enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection