@extends('layouts.app') @section('content')
Tanggal: {{ old('sale_date', isset($sale) ? \Carbon\Carbon::parse($sale->sale_date)->format('Y-m-d') : now()->format('Y-m-d')) }} | Customer: {{ $sale->customer_name }}
🖨 Cetak NotaBelum ada item.
@elseBarang | Qty | Harga | Subtotal | Aksi |
---|---|---|---|---|
{{ $item->inventory->product_name }} | {{ $item->quantity }} | Rp{{ number_format($item->selling_price, 0, ',', '.') }} | Rp{{ number_format($subtotal, 0, ',', '.') }} | |
Total | Rp{{ number_format($total, 0, ',', '.') }} |