@extends(\Auth::user()->role != 40 ? 'layout' : 'layoutfrontdesk') @section('title', 'Order Taker Report') @section('css') @endsection @section('content')
Shop :
Date :
Compliment
 
{{-- Room sales --}}
{{--
@csrf Metode Pembayaran:
--}}
@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 Transactions

{{-- get tanggal --}} @php $tanggal = explode(' - ', \Request::get('tanggal') ?? getSystemDate().' - '.getSystemDate()); $tanggal[0] = formatDate($tanggal[0]); $tanggal[1] = formatDate($tanggal[1]); @endphp {{-- closing get tanggal --}} @endsection @section('js') @endsection