@extends('layouts.admin') @section('content')

Send Quotation

@if(Session::has('success'))
× Success! {{Session::get('success')}}
@endif
@if ($booking->service_type == 2) @endif @if($booking->bookingChannel->name == "Manual Entry") @else @endif
CUSTOMER DETAIL
Name {{$booking->first_name}} {{$booking->last_name}} Email {{$booking->email}}
Phone {{$booking->phone}} Comments {{$booking->comments}}
RIDE DETAIL
Date {{getDateByFormat($booking->pickup_date)}} Time {{getTimeByFormat($booking->pickup_time)}}
Pickup {{$booking->pickup_location}} Drop-off {{$booking->drop_location}}
Distance {{$booking->total_distance}} Miles Duration {{$booking->total_time}}
No. of Hours {{$booking->hours}} Hours
PAYMENT DETAIL
Toll ${{$booking->toll}} Tip ${{$booking->tip}}
Base Price ${{$booking->base_price}} Administrator ${{$booking->administrator}}
Discount $0Estimated TotalGrand Total{{$booking->grand_total ?? 0}}
Send Quotation Total
@csrf
Discount
@csrf
@endsection @section('scripts') @endsection