@if(count($shop_transactions) > 0) @foreach ( $shop_transactions as $key => $transaction ) {{-- --}} @endforeach {{-- --}} @else @endif
Date Table Number Bill Number Item Type Description Department Qty Amount Time
{{date('d-m-Y', strtotime($transaction->transaction_date))}} {{@$transaction->cartresto->table->nomor_meja}} {{@$transaction->cartresto->order_flag}} {{@$transaction->tipeMenu->nama_tipe ?? '-'}} {{@$transaction->menu->nama ?? $transaction->keterangan_custom}} {{@$transaction->shop->nama}} {{$transaction->jumlah}}{{@$transaction->cartresto->complimentary_id > 0 ? ribuan($transaction->total_biaya) : ribuan($transaction->grand_total)}}{{@$transaction->cartresto->complimentary_id > 0 ? ribuanWithComma($transaction->total_biaya) : ribuanWithComma($transaction->grand_total)}} {{$transaction->created_at->format('H:i')}}
Total {{$qty_keseluruhan}}{{ribuan($total_keseluruhan)}}{{ribuanWithComma($total_keseluruhan)}}

No Data