Tanggal : {{$tanggal}}
@foreach ($dataall as $item) @php $no=1; @endphp| No | Faktur | Tanggal | Status | Total |
|---|---|---|---|---|
| {{$no++}} | {{$itemlist->transaction_id}} | {{date('d/m/Y',strtotime($itemlist->created_at))}} | {{$itemlist->status}} | {{number_format($itemlist->total,0,',','.')}} |
| Total : | {{number_format($grandtotal,0,',','.')}} | |||
Dicetak Pada : {{date('d/m/Y')}}