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

Booking Error Received Edit

{{--

Sales

--}}
@csrf
@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 Screenshot Action
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 Action
Grand Total: 0.00
@section('script') {{-- --}} {{-- table data calculation --}} {{-- end table data calculation --}} @endsection @endsection