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

FnB Report

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

GST Charge Report

--}}
@foreach ($fnb as $i => $single) @if (request()->start_date) @endif @endforeach
Date CNIC Invoice No. Room No. Guest Name Cat GST(16) Total
{{$single->FolioDate}} {{$single->booking->BookerCNIC}} {{$single->BookingId}} {{$single->booking->bookingDetails[0]->room->RoomName}} {{$single->booking->BookerFirstName}} {{$single->booking->bookingDetails[0]->ratePlan->RatePlanName}} {{round($single->Amount * 0.16)}} {{$single->Amount}}
{{-- Print --}}
@component('admin.includes.loader') @endcomponent
@component('admin.includes.loader') @endcomponent @endsection