@if(!empty($samplePhysician->logo))
|
|||
|---|---|---|---|
|
{{$report_data['report_name']}}
|
| Received Date | Supplier | Group Item | Item Name | Expiry Date | Unit Price | Quantity | Total cost |
|---|---|---|---|---|---|---|---|
| {{!empty($v->received_date) ? date('d-m-Y',strtotime($v->received_date)) : ''}} | {{$v->supplier}} | {{$v->med_group}} | {{$v->medicine}} | {{!empty($v->expiry_date) ? date('d-m-Y',strtotime($v->expiry_date)) : ''}} | {{$v->unit_price}} | {{$v->quantity}} | {{$v->unit_price*$v->quantity}} |
| Total | {{$total}} | ||||||
| {{__('Reported By')}} | ||
| ........................ {{date('d-m-Y H:i')}} |
||