@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
@if ($errors->any())
@endif
Cashier Receive Summary
start_date)) : null }}" class="form-control fd_bs_datepicker" id="start_date" name="start_date"> @error('start_date') {{ $message }} @enderror
end_date)) : null }}" class="form-control fd_bs_datepicker" id="end_date" name="end_date"> @error('end_date') {{ $message }} @enderror
@if (count($accept_lists)>0)
@include("frontdesk.report.report_header")

Cashier Receive Summary

{{--

{{request()->warehouse_id ? get_warehouse_name(request()->warehouse_id ) : null}}

--}} @php $i = 1; $total_amount = 0; @endphp @foreach ($hotels as $hotel) @endforeach @php $i=1; @endphp @foreach ($accept_lists as $cashier_id=>$cashier_data) {{-- @dd($cashier_data) --}} @php $total_amount = 0; @endphp @foreach ($hotels as $hotel) @endforeach @endforeach @foreach ($hotels as $hotel) @endforeach
SL Cashier{{$hotel->name_eng}}Total Action
{{$i++}} {{ $cashier_id ? user_name($cashier_id) : null}}{{ $cashier_data->where('warehouse_id',$hotel->id)->sum('amount')}}{{$cashier_data->sum('amount')}} Details
Total{{$accept_lists->collapse()->where('warehouse_id',$hotel->id)->sum('amount')}}{{$accept_lists->collapse()->sum('amount')}}
@else @if (request()->search_button)

No Data Found

@endif @endif
@endsection @section('script') @endsection