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

Operation Booking Modification

{{--

Sales

--}}
@csrf
@error('client_name')
{{ $message }}
@enderror
@error('sales_poc')
{{ $message }}
@enderror
@error('destination')
{{ $message }}
@enderror
@error('ops_poc')
{{ $message }}
@enderror
@error('service_type')
{{ $message }}
@enderror

Sales 'Person' Entry
{{--
--}}
{{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}}
@error('payment_status')
{{ $message }}
@enderror
{{--
@error('acknowledgement_hanoverstatus')
{{ $message }}
@enderror
--}} {{--
--}} {{--
@error('file_status')
{{ $message }}
@enderror
--}} {{--
@error('hotel_vouchered_status')
{{ $message }}
@enderror
--}} {{--
--}} {{--
@error('land_voucher_status')
{{ $message }}
@enderror
--}} {{--
--}}
Operation 'Person' Entry
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price) @error('payment_status')
{{ $message }}
@enderror
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price)
(Offer Price) @error('acknowledgement_hanoverstatus')
{{ $message }}
@enderror
(Offer Price)
(Offer Price) @error('file_status')
{{ $message }}
@enderror
(Offer Price) @error('hotel_vouchered_status')
{{ $message }}
@enderror
(Offer Price)
(Offer Price) @error('land_voucher_status')
{{ $message }}
@enderror
(Offer Price)
{{-- {{ $modeofpayments }} --}} {{-- 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 --}} {{-- operation person perform actions --}} @endsection @endsection