@extends('user.components.layout') @push('css') @endpush @section('main') @include('user.components.book_opts')
@csrf
{{ $taxi['cab_type'] }} Details ({{ $taxi['cab_model'] . ' ' . $taxi['car_ac_nonac'] }})
{{ $taxi['from_destination'] }}

{{ $taxi['overall_hours'] }}Hours {{ $taxi['overall_minutes'] }}

{{ $taxi['to_destination'] }}
@endsection @push('js') @includeIf('user.components.razorPay', ['order' => $order, 'redirect' => url('special-taxi/ticket')]) @endpush