@foreach($output_array as $key => $value)

{{$key}}

General journey INFO

  • Days count : {{$value['number_of_days']}} Days
  • Your hotel or apartment will be in : {{$value['main_city']}}
  • @if(isset($value['suggested_hotels']))
  • Suggested Hotels in {{$value['main_city']}} : {{$value['suggested_hotels']}}
  • You Need : {{$value['number_of_rooms']}} Rooms
  • Range Hotel Cost for {{$value['number_of_rooms']}} Rooms : {{$value['hotel_cost']}} $
  • @elseif(isset($value['suggested_appartments']))
  • Suggested Apartments in {{$value['main_city']}} : {{$value['suggested_appartments']}}
  • @if(isset($value['appartment_cost']))
  • Range Appartment Cost : {{$value['appartment_cost']}} $
  • @endif @endif @if(isset($value['car_with_driver']))
  • Suggested cars in {{$value['main_city']}} : {{$value['car_with_driver']}}
  • Range Car Cost : {{$value['car_cost']}} $
  • @elseif(isset($value['rental_car']))
  • Suggested cars in {{$value['main_city']}} : {{$value['rental_car']}}
  • Range Car Cost : {{$value['car_cost']}} $
  • @endif @if(isset($value['suggested_cities(city)']))
  • Suggested cities : {{$value['suggested_cities(city)']}}
  • Range City Cost : {{$value['suggested_cities(city_cost)']}} $
  • @elseif(isset($value['suggested_cities_(the_country)']))
  • Suggested cities : {{$value['suggested_cities_(the_country)']}}
  • Range City Cost : {{$value['suggested_cities(the_country_cost)']}} $
  • @endif






















Suggested Car

GoTravoo is proud for its dependable services offered to both of its customers.
@foreach($value['car_image'] as $key => $img) @if($key == 0) @break; @endif @endforeach
@foreach($value['car_image'] as $key => $img) @if($key == 0) @continue; @endif @endforeach
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

@endforeach
@foreach($output_array as $key => $value) @foreach($value['days_prices'] as $key2 => $value2) @foreach($value2 as $key3 => $value3) @endforeach @endforeach @endforeach()
Country/Day Hotel Trans Journey Cost
{{$key}}/{{$key2}} {{$value['hotel_cost']}} {{$value['car_cost']}}{{$day_cost}} {{$day_cost + $value['hotel_cost'] + $value['car_cost']}}
TOTAL COST {{$total_cost}}