@section('pageTitle','Monitoring (Daily Per POS)')

Monitoring For {{date('F j, Y', strtotime($selectedDate))}} (Per POS)

{{-- @if(Gate::allows('allow-create','module-pos-units')) @endif --}}
Transaction Date: {{date('F j, Y', strtotime($selectedDate))}}
Date
@forelse ($pos_units as $p) @empty @endforelse
POS Unit Code Branch POS Provider Filename Details
{{ $p->pos_unit_code }} {{ $p->branch_name }} {{ $p->pos_provider_name }} @forelse($p->file_information as $f) {{ $f->filename }} @empty @if($p->is_enabled == true) @if($nt_dates->where('pos_unit_id',$p->id)->count() > 0) NO POS TRANSACTION @else NO UPLOAD @endif @else DISABLED @endif @endforelse POS Unit Code: {{ $p->pos_unit_code }}
Branch: {{ $p->branch_name }}
POS Provider: {{ $p->pos_provider_name }}
Filename: @forelse($p->file_information as $f) {{ $f->filename }} @empty @if($p->is_enabled == true) @if($nt_dates->where('pos_unit_id',$p->id)->count() > 0) NO POS TRANSACTION @else NO UPLOAD @endif @else DISABLED @endif @endforelse
@foreach($p->file_information as $f) @if(Gate::allows('access-enabled','module-download-transaction-files')) @endif @if(Gate::allows('allow-view','module-sap-integration ')) @if($f->si_generated == false) @endif @endif @endforeach
NO DATA
@push('custom-scripts') @endpush