@extends('layouts.usermaster') @section('content')

Booking Approval Accountant

{{--

Sales

--}}
@csrf
@error('client_name')
{{ $message }}
@enderror
@error('destination')
{{ $message }}
@enderror
@error('service_type')
{{ $message }}
@enderror
@error('payment_status')
{{ $message }}
@enderror
{{-- --}}
{{--
--}} @php $x = 0; @endphp @foreach ($moneyselecteds as $moneyselected) @php $x = $x + 1; @endphp @endforeach
Sr.No. Money Received Mode of Payment Received Date Payment Screenshot Action
inward_amount == 1) ? 'checked' : "" }}> Accecpt inwardamount_approval_reject == 1) ? 'checked' : "" }}> Reject {{-- Remark --}}
{{--
--}}
{{--Booking Calculation --}} {{-- --}}
{{--
--}} @foreach ($bookingCalculations as $bookingCalculation) @endforeach
Sr No Flight Cost Description Hotel Vendor Land Vendor Pax Unit Rate Total Status
Grand Total: {{ number_format((float)$total, 2, '.', '') }}
{{--
--}}
{{-- --}} @endsection