@section('pageTitle','POS Unit List')

POS Units

@if(Gate::allows('allow-create','module-pos-units')) @endif
@forelse ($pos_units as $p) @empty @endforelse
Code Branch POS Provider Is Enabled Details
{{ $p->pos_unit_code }} {{ $p->branch_name }} {{ $p->pos_provider_name }} $p->is_enabled == false, 'text-success'=> $p->is_enabled == true])>{{ $p->status }} Code: {{ $p->pos_unit_code }}
Branch: {{ $p->branch_name }}
POS Provider: {{ $p->pos_provider_name }}
Is Enabled: $p->is_enabled == false, 'text-success'=> $p->is_enabled == true])>{{ $p->status }}
@if(Gate::allows('allow-delete','module-pos-units')) @endif
NO DATA
@push('custom-scripts') @endpush