@if(!empty($samplePhysician->logo))
|
|||
|---|---|---|---|
|
{{$report_data['report_name']}}
|
| Issue Date | Group Item | Item Name | Unit | Price | Qty | Total Cost | In stock | Taken by | Taken on |
|---|---|---|---|---|---|---|---|---|---|
| {{!empty($v->issue_date) ? date('d-m-Y',strtotime($v->issue_date)) : ''}} | {{$v->med_group}} | {{$v->medicine}} | {{$v->unit}} | {{$v->unit_price}} | {{$v->quantity}} | {{number_format($v->total_expense,2)}} | {{$v->available_quantity}} | {{$v->name}} | {{$v->created_at}} |
| Total | {{$total}} | ||||||||
| {{__('Reported By')}} | ||
| ........................ {{date('d-m-Y H:i')}} |
||