@extends('layouts.main-layout') @section('title') Charge Reports | Dashboard @endsection @section('content')

Charge Report

@hasAccess('Create Rate Plan') @endhasAccess
{{--

Charge Report

--}}
{{-- @foreach($folioChargeTypes as $i => $chargeTypes) @endforeach --}} @foreach ($folioDates as $i => $date) @if (request()->start_date) @endif @endforeach @if (request()->start_date) @endif
Date Cancel Fee F & B Mattress Charges Other Rent a Car Charges Room Rent{{$chargeTypes->ChargeTypeName}}Total
{{$date}} {{cancellation_charges($date)}} {{food_beverage_charges($date)}} {{mattress_charges($date)}} {{other_charges($date)}} {{rent_a_car_charges($date)}} {{get_room_rent($date)}} {{all_folios_for_date($date)}}
Total {{cancellation_charges_for_range($folioDates)}} {{food_charges_for_range($folioDates)}} {{mattress_charges_for_range($folioDates)}} {{other_charges_for_range($folioDates)}} {{car_rent_for_range($folioDates)}} {{room_rent_for_range($folioDates)}} {{all_folios_for_range($folioDates)}}
{{-- Print --}}
@component('admin.includes.loader') @endcomponent
@component('admin.includes.loader') @endcomponent @endsection