REPORT SALES

{{$profile['name']}}
{{$date}}
Print Date: {{$now}}
@foreach($transaction as $index => $row) @endforeach @if(count($transaction) == 0) @endif
No Date Invoice Sub Total
{{ $index + 1 }} {{ date('d/m/Y', strtotime($row->created_at)) }} {{ $row->invoice }} {{ number_format($row->total_price, 0, ',', '.') }}
Data tidak tersedia
TOTAL Rp {{ number_format($total, 0, ',', '.') }}