PURCHASE RECORD |
Supplier/Vendor Name: {{$record->vendor}} |
Date: {{date_format(date_create($record->invoice_date),"F d, Y")}} |
Invoice No.: {{$record->invoice_no}} |
Particulars:
{{$record->particulars}}
|
Amount: {{number_format($record->amount,2)}}
|
|
Posted by: {{\App\User::where('idno',$record->posted_by)->first()->firstname}} {{\App\User::where('idno',$record->posted_by)->first()->lastname}}
|