Gatepass Gatepass @livewireStyles() @push('styles') @endpush {{-- Edit Form --}}
Create Gate Pass Request
@foreach ($indents as $indent) @endforeach
Sr No Request No Requested Date Requested By Health Center Action
{{ $loop->iteration }} {{ $indent->request_no }} {{ \Carbon\Carbon::parse($indent->date)->format('Y-m-d') }} {{ $indent->user?->name }} {{ $indent->healthPost?->health_post_name }} {{-- --}}
Pending Gatepasses
{{-- --}} @foreach ($pendingGatePass as $gatepass) {{-- --}} @endforeach
Sr No Request No Gatepass No Gatepass Date Requested By Health CenterAction
{{ $loop->iteration }} {{ $gatepass->indentRequisition->request_no }} {{ $gatepass->gatepass_no }} {{ \Carbon\Carbon::parse($gatepass->created_at)->format('Y-m-d') }} {{ $gatepass->indentRequisition?->user?->name ?? '-' }} {{ $gatepass->healthPost?->health_post_name ?? '-' }}
Today Approved Gatepasses
@foreach ($todayApprovedGatePass as $gatepass) @endforeach
Sr No Request No Gatepass No Gatepass Date Requested By Health Center Action
{{ $loop->iteration }} {{ $gatepass->indentRequisition->request_no }} {{ $gatepass->gatepass_no }} {{ \Carbon\Carbon::parse($gatepass->created_at)->format('Y-m-d') }} {{ $gatepass->indentRequisition?->user?->name ?? '-' }} {{ $gatepass->healthPost?->health_post_name ?? '-' }} {{-- View Gatepass PDF --}} PDF {{-- View QR Code in a modal --}}
@livewireScripts()