|
|
{{$user->title }}. {{ $user->name }} {{ $user->no }}, {{$user->street}} {{ $user->email }} |
Invoice #: {{ $invoice->invoice_id }} Created: {{ $invoice->created_at }} Delivery Status: {{$invoice->status}} |
| --}} | ||||||
| # | Item | Kik Back | Qty | Unit | Unit Price | Line Total |
| {{$i++}} | {{ App\item::find($item->item_store->item_id)->name }} | {{$item->kikcash_amount}} | {{ $item->qty }} | {{App\item::find($item->item_store->item_id)->unit }} | {{ number_format($item->item_store->price ,2)}} | {{ number_format($item->subtotal,2) }} |
| Total:{{number_format($invoice->total,2)}} | ||||||
|
|