Gate Pass
{{config('app.company_name')}}
Central Medical Store – Health Department
| No.: {{ $gatepass->gatepass_no ?? '' }} |
Date time:
{{ optional($gatepass->created_at)->format('d-m-Y H:i') }}
|
Pass Holder Name: {{ $gatepass->received_by ?? '' }}
{{-- @php
use Illuminate\Support\Str;
$allItems = $gatepass->items->pluck('medicine.name')->implode(', ');
@endphp
Item Name:
{{ Str::limit($allItems, 180, ' …etc') }}
--}}
Indent Requisition No: {{ $gatepass->indentRequisition->request_no ?? '' }}
To:
{{$gatepass->healthPost->health_post_name}}
@if(config('app.pharmacy_officer_sign'))
@endif
Pharmacy Officer
Central Medical Store