@extends(\Auth::user()->role != 40 ? 'layout' : 'layoutfrontdesk') @section('title', 'POS Cancellation Journal') @section('css') @endsection @section('content')
{{-- Room sales --}}

Date :

Shop/Outlet :

@if(count($journal_list_arrays) > 0) @foreach ( $journal_list_arrays as $key => $list ) {{-- --}} @endforeach {{-- --}} {{-- --}} {{-- --}} {{-- --}} @else @endif
Date Tbno Bill-No Description Cancel Reason Qty Amount Department Time Name
{{ dateFormat($list['system_date'], 'd-m-Y') }} {{$list['table_no']}} {{$list['bill_no']}} {{$list['description']}} {{$list['cancel_reason']}} {{$list['qty']}}{{ ribuan($list['amount']) }}{{ ribuanWithComma($list['amount']) }} {{$list['department']}} {{dateFormat($list['system_date'], 'H:i:s')}} {{$list['user']}}
Total{{0}} {{ribuan(0)}}

No Data

{{-- 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