|
|
|
{{ \Carbon\Carbon::parse($invoice->created_at)->format('d/m/y') }} |
{{ \Carbon\Carbon::parse($invoice->created_at)->format('H:i') }} |
{{ $invoice->users_name }} |
{{ $invoice->sales_name }} |
{{ $invoice->total_qty }} |
{{ $invoice->item_name }} |
{{ $invoice->item_code }} |
{{ $invoice->item_brand ? $invoice->item_brand : '-' }} |
{{ $invoice->item_supp ? $invoice->item_supp : '-' }} |
{{ $invoice->item_barcode }} |
{{ $invoice->price }} |
{{ $invoice->price * $invoice->total_qty }} |
{{ $invoice->cost }} |
{{ $invoice->margin }} |
@endforeach