REPORT SALES Detail

{{$profile['name']}}
{{$date}}
{{$description}}
Print Date: {{$now}}
@php $total = 0; @endphp @forelse($transaction_detail as $index => $row) @php $subTotal = $row->price_sell * $row->qty_out; $total += $subTotal; @endphp @empty @endforelse
No Invoice Products Qty Out Price Sell Payment Method Date Sub Total
{{ $index + 1 }} {{$row->invoice}} {{ $row->name }} {{ $row->qty_out }} {{ number_format($row->price_sell, 0, ',', '.') }} {{ $row->payment_method }} {{$row->created_at_detail}} Rp {{ number_format($row->price_sell * $row->qty_out, 0, ',', '.') }}
Data tidak tersedia
TOTAL Rp {{ number_format($total, 0, ',', '.') }}