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

Payment Report

{{--
--}}
@if (request()->get('paymentType') == null )
@else
@endif @if (request()->get('View') == null)
@else
@endif
@if(request()->View != 'summary') @else @endif {{-- @foreach($folioChargeTypes as $i => $chargeTypes) @endforeach --}} @if(request()->start_date) @if(request()->View != 'summary') @if (count($folio_date) > 0) @foreach ($folio_date as $folio) @endforeach @endif @else @endif @endif
Date Booking No Guest Name Description Total
Cash Card Bank Transfer Total
{{$chargeTypes->ChargeTypeName}}
{{$folio->FolioDate}} {{$folio->BookingId}} {{$folio->booking->BookerFirstName}} {{$folio->Description}} {{ round( $folio->Amount)}}
{{ round( cash_total($folioDates) )}} {{ round(card_total($folioDates) )}} {{ round( bank_transfer_total($folioDates) )}} {{ round( all_payment_total($folioDates) )}}
{{-- Print --}}
@hasAccess('Create Rate Plan') @endhasAccess @component('admin.includes.loader') @endcomponent
@component('admin.includes.loader') @endcomponent @endsection