@extends('user.components.layout') @push('css') @endpush @section('main')
@if($cabroutes)

Review Your Booking

{{$type}}

{{$goingFromCity}} to {{ $goingToCity}}

{{$cDate}} -- {{$cTime}}

4.2 941 ratings

{{ $cabroutes['cab']['vehicle_model'] }}

@php $vehicleFeatures = json_decode($cabroutes['cab']['vehicle_features']); @endphp
{{ $vehicleFeatures->Type }}
    @if (isset($vehicleFeatures->other)) @foreach ($vehicleFeatures->other as $otherFeature)
  • {{ $otherFeature }}
  • @endforeach @endif
  • {{ $vehicleFeatures->Baggage }} Kg Baggage
  • {{ $vehicleFeatures->Seats }} Seats

Economical Car

  • Pickup : {{$cabroutes['from_city']['city_name']}}

  • For any extension of the trip, a charge of {{$cabroutes['cab']['km_price']}}/- per kilometer will be applicable.

  • Free Cancellation until {{$cabroutes['free_cancel'] }} hours

16% off {{$cabroutes['coupon'] }}

{{$cabroutes['price'] + rand(500, 600)}}/-

{{$cabroutes['price']}}/-

{{$gst = 18/100 * $cabroutes['price'] }}/- taxes & fees

Traveller Details

If you are not logged in these details will be used to create your account

@endif
@endsection