|
|
{{ \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 }} |
Rp. {{ number_format($invoice->price, 0, ',', '.') }} |
Rp. {{ number_format($invoice->price * $invoice->total_qty, 0, ',', '.') }} |
Rp. {{ number_format($invoice->cost, 0, ',', '.') }} |
Rp. {{ number_format($invoice->margin, 0, ',', '.') }} |
@endforeach