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

GST Charge Report

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

GST Charge Report

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