@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 }}

@csrf
@error('agent_country_id') {{ $message }} @enderror
@error('agent_location_id') {{ $message }} @enderror
CSV. Max file size 2MB @error('csv_file') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection