Service type
{{$service_type == 1 ? 'Distance' : 'Hourly'}}
Transfer type
One Way
Pickup location
{{$pickup_location}}
Drop off location
{{$drop_location}}
Pickup date, time
{{$pickup_date}}, {{$pickup_time}}
@if ($service_type == 2)
Duration (In Hours)
{{$duration_in_hours}} Hours
@endif
Total distance
{{distanceInKm($total_distance)}} Km
Total time
{{$total_time}}
@if ($current_step == 3)
Vehicle
{{getVehicle($vehicle_id)['name']}}
@endif