| 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 }} | {{-- --}} |
| 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 ?? '-' }} | {{----}} |
| 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 --}} |