Other Choices

Transportation

Flights
@foreach($flights as $flight) @endforeach
{{ Carbon\Carbon::parse($flight['departure']['scheduled'])->format('H:i') }} {{ $flight['departure']['airport'] }} {{ Carbon\Carbon::parse($flight['arrival']['scheduled'] )->format('H:i') }} {{ $flight['arrival']['airport'] }} {{ Carbon\Carbon::parse($flight['arrival']['scheduled'] )->diff(Carbon\Carbon::parse($flight['departure']['scheduled']))->format('%Hh:%im'); }} {{ $trip->emisson_rate}} CO2 emissions Select

Hotels

@foreach($hotel_otherchoice as $hotel) @endforeach
@if($hotel->img_path !== '0' && $hotel->img_path != '' ) @else @endif

{{ $hotel->name }}

Via {{ $hotel->address }}
  • {{ $hotel->rating }} ({{ $hotel->reviews }})
  • Eco-certified
${{ $hotel->amount }}/night Select Book Now

Restaurants

@foreach($rest_otherchoice as $restau) @endforeach
@if($restau->img_path !== '0' && $restau->img_path != '' ) @else @endif

{{ $restau->name }}

{{ $restau->cuisines }}
    @if(!is_null($restau->ratings) && $restau->ratings != '0')
  • {{ $restau->ratings }} @if(!is_null($restau->reviews) && $restau->reviews != '' ) ({{ $restau->reviews }}) @endif @endif
  • Sustainable
$10 - $180 Select Book Now

Your Ride

@foreach($ride_otherchoice as $ride) @endforeach

{{ $ride->name }}

C{{ $ride->description }}
  • {{ $ride->vehicle_type }}
Passengers
@if(isset($ride->max_passenger) && isset($ride->min_passenger) ) {{ $ride->max_passenger }}-{{ $ride->min_passenger }} @elseif(isset($ride->max_passenger)) {{ $ride->max_passenger }} @elseif(isset($ride->min_passenger)) {{ $ride->min_passenger }} @endif
Luggage
4X 4X
${{ $ride->amount }} Select Book this Car

Activities

@foreach($activity_otherchoice as $act)
@if($act->img_path !== '0' && $act->img_path != '' ) @else @endif

{{ $act->title }}

{{ $act->description }}

    @if(!is_null($act->ratings) && $act->ratings != '0')
  • {{ $act->ratings }}
  • @endif
  • Carbon Footprint
${{ $act->amount }} Select Book Now
@endforeach