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

Booking show

{{-- Sales --}}
Booking Id : {{ $bookings->enrollmentno }}

@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

--- Flight ---

{{--
+Add New
--}} {{-- --}} @php $numItemss = count($flight_items); $j = 0; @endphp @foreach ($flight_items as $flight_item) @if(++$j === $numItemss)@endif {{-- --}} @endforeach {{-- --}}
Sr No Description Flight No Departure Date To Departure Time Arrival Time Flight CostAction
Grand Total: 0.00

--- Hotels ---

{{-- --}} {{-- --}} @php $numItemss = count($hotel_items); $k = 0; @endphp @foreach ($hotel_items as $hotel_item) @if(++$k === $numItemss)@endif {{-- ' + --}} @endforeach {{-- --}}
Sr No Destination Hotel Name Description Vendor Cost StatusAction
Grand Total: 0.00
{{-- Tours and Transfers --}}

--- Tours and Transfers ---

{{-- --}} {{-- --}} @php $numItemsss = count($tat_items); $l = 0; @endphp @foreach ($tat_items as $tat_item) @if(++$l === $numItemsss)@endif {{-- --}} @endforeach {{-- --}}
Sr No Destination Tour Name Description Vendor Cost StatusAction
Grand Total: 0.00
{{--Booking Calculation --}} {{-- --}}
@endsection