| Sl | Invoice No. | Supplier Name | Total Cost | Date | Received by | Action |
|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $purchase_details->purchase_master_id }} | {{ $purchase_details->sup_name }} | {{ number_format($purchase_details->memo_total,2) }} | {{ $purchase_details->purchase_date }} | @if(isset($purchase_details->purchased_by)){{ $purchase_details->purchased_by }}@endif | View Print @if(Auth::user()->role == 'admin') @endif |