@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
| Direct Check In | {{ $direct_chekin_room }} |
| By Reservation | {{ $chekin_by_reservation_room }} |
| Total | {{ $direct_chekin_room - +$chekin_by_reservation_room }} |
| Expected | {{ $expected_chekin_room }} |
| Direct Check In | {{ $direct_chekin_bed }} |
| By Reservation | {{ $chekin_by_reservation_bed }} |
| Total | {{ $direct_chekin_bed + $chekin_by_reservation_bed }} |
| Expected | {{ $expected_chekin_bed }} |
| Total | {{ $checkout_room }} |
| Expected | |
| Early Check Out | |
| Occupied (Room) | {{ $occupied_room }} |
| Total | {{ $checkout_bed }} |
| Expected | |
| Early Check Out | |
| Occupied (Bed) |
| Check In | Check Out | Occupied | Vacant | Total |
| {{ $direct_chekin_room - +$chekin_by_reservation_room }} | {{ $checkout_room }} | {{ $occupied_room }} | {{ $vacant_room }} |
| Check In | Check Out | Occupied | Vacant | Total |
| {{ $direct_chekin_bed + $chekin_by_reservation_bed }} | {{ $checkout_bed }} | {{ $occupied_bed }} | {{ $vacant_bed }} |
| Bill | {{ $invoices->where('voucher_type', 3)->where('type', 0)->sum('amount') }} |
| (-)Commision | {{ $invoices->whereIn('ledger_id', [getInitDataWithKeyWord('commission')->ledger_id, getInitDataWithKeyWord('discount')->ledger_id])->where('voucher_type', 3)->where('type', 1)->sum('amount') }} |
| Net Total | {{ $invoices->where('ledger_id', '!=', getInitDataWithKeyWord('commission')->ledger_id)->where('ledger_id', '!=', getInitDataWithKeyWord('discount')->ledger_id)->where('voucher_type', 3)->where('type', 1)->sum('amount') }} |
User Name |
Amount |
@foreach ($users as $cashier=>$user)
{{user_name($cashier)}} | {{$user->sum('amount')}} |
Total |
{{$users->collapse()->sum('amount')}} |
| {{cash_bank_name($cash_ledger)}} | {{$receive->sum('amount')}} |
| Total | {{$collected_money->collapse()->sum('amount')}} |