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

Booking Form

{{-- --}}
Booking Id : {{ $seri }}

@csrf
@error('client_name')
{{ $message }}
@enderror
@error('destination')
{{ $message }}
@enderror
@error('service_type')
{{ $message }}
@enderror
@error('payment_status')
{{ $message }}
@enderror
{{-- money selected table --}}
{{-- --}}
Sr.No. Money Received Mode of Payment Received Date Payment Screenshot Action
Grand Total: 0.00

--- Flight ---

{{--
--- Flight ---
--}}
+Add New
Sr No Description Flight No Departure Date To Departure Time Arrival Time Flight Cost Action
Grand Total: 0.00
{{-- Hotels --}}

--- Hotels ---

Sr No Destination Hotel Name Description Vendor Cost Status Action
Grand Total: 0.00
{{-- Tours and Transfers --}}

--- Tours and Transfers ---

Sr No Destination Tour Name Description Vendor Cost Status Action
Grand Total: 0.00
@section('script') {{-- table data calculation --}} {{-- end table data calculation --}} @endsection @endsection