{{ $transaction->branch->address ?? '' }}
Telp: {{ $transaction->branch->phone ?? '-' }}
| Item | Qty | Subtotal |
|---|---|---|
|
{{ $detail->product_name }}
@if($transaction->type === 'pos')
Rp {{ number_format($detail->price, 0, ',', '.') }}
@else
{{ $detail->product_sku ?? '-' }}
@endif
|
{{ $detail->quantity }} | Rp {{ number_format($detail->total, 0, ',', '.') }} |