@section('pageTitle','Uploaded Transaction Files')

Uploaded Transaction Files

@forelse ($file_infos as $f) @empty @endforelse
Upload Date Transaction Date Filename POS Unit Code POS Provider Branch Code Branch Details
{{ date('Y-m-d H:i',strtotime($f->created_at)) }} {{ date('Y-m-d',strtotime($f->transaction_start)) }} {{ $f->filename }} {{ $f->pos_unit_code }} {{ $f->pos_provider_name }} {{ $f->branch_code }} {{ $f->branch_name }} Upload Date: {{ date('Y-m-d',strtotime($f->created_at)) }}
Transaction Date: {{ date('Y-m-d',strtotime($f->transaction_start)) }}
Filename: {{ $f->filename }}
POS Unit Code: {{ $f->pos_unit_code }}
POS Provider: {{ $f->pos_provider_name }}
Branch Code: {{ $f->branch_code }}
Branch: {{ $f->branch_name }}
@if(Gate::allows('access-enabled','module-download-transaction-files')) @endif
NO DATA
@push('custom-scripts') @endpush