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

Booking show

{{--

Sales

--}}
@error('client_name')
{{ $message }}
@enderror
@error('destination')
{{ $message }}
@enderror
@error('service_type')
{{ $message }}
@enderror
@error('payment_status')
{{ $message }}
@enderror
{{-- money selected table --}} {{-- --}}
{{-- --}} @php $numItems = count($booking_item); $i = 0; @endphp @foreach ($booking_item as $book_item) @if(++$i === $numItems)@endif @endforeach {{-- --}}
Sr.No. Money Received Mode of Payment Received Date Payment ScreenshotAction
Grand Total: 0.00
{{--Booking Calculation --}} {{-- --}}
@php $numItemstwo = count($bookingCalculations_item); $j = 0; @endphp @foreach ($bookingCalculations_item as $book_cal_item) @if(++$j === $numItemstwo)@endif {{-- --}} @endforeach {{-- --}}
Sr No Flight Cost Description Hotel Vendor Land Vendor Pax Unit Rate Total Status
Grand Total: 0.00
@endsection