@extends('user.components.layout') @push('css') @endpush @section('main')
@if($request) @if($cabroutes)
@foreach ( $cabroutes as $cabroute)
4.2 941 ratings

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

@php $vehicleFeatures = json_decode($cabroute['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 : {{$cabroute['from_city']['city_name']}}

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

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

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

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

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

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

select
@endforeach
@else

Cab is not available at the moment

@endif @endif
@endsection @push('js') @endpush