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

Monitoring For {{ date('F Y',strtotime($monthyear."-01"))}} (Per POS)

{{-- Transaction Date: {{date('F j, Y', strtotime($selectedDate))}} --}}
Month-Year
@forelse ($pos_units as $p) @empty @endforelse
POS Unit Code Branch POS Provider Upload Count Upload Status Details
{{ $p->pos_unit_code }} {{ $p->branch_name }} {{ $p->pos_provider_name }} Uploaded: {{ $p->file_information->count() }}/{{$daysinmonth}} days | No Transaction: {{$p->no_pos_transactions->count()}}/{{$daysinmonth}} days @if((($p->file_information->count() ?: 0) + ($p->no_pos_transactions->count() ?:0)) == $daysinmonth) COMPLETE @else @if($p->is_enabled == true) INCOMPLETE @else @if(($p->file_information->count() ?: 0) == 0) POS UNIT DISABLED @else INCOMPLETE @endif @endif @endif POS Unit Code: {{ $p->pos_unit_code }}
Branch: {{ $p->branch_name }}
POS Provider: {{ $p->pos_provider_name }}
Upload Count: Uploaded: {{ $p->file_information->count() }}/{{$daysinmonth}} days | No Transaction: {{$p->no_pos_transactions->count()}}/{{$daysinmonth}} days
Upload Status @if((($p->file_information->count() ?: 0) + ($p->no_pos_transactions->count() ?:0)) == $daysinmonth) COMPLETE @else @if($p->is_enabled == true) INCOMPLETE @else @if(($p->file_information->count() ?: 0) == 0) POS UNIT DISABLED @else INCOMPLETE @endif @endif @endif
NO DATA
@push('custom-scripts') @endpush