| Invoice | Tanggal | Jam | User | Staff | Qty | Item Name | Item Code | Item Barcode | Price | Total Price | Cost | Margin | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ \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_barcode }} | {{ $invoice->price }} | {{ $invoice->price * $invoice->total_qty }} | {{ $invoice->cost }} | {{ $invoice->margin }} |