@extends('site.pages') @section('title', $page_title) @section('breadcrumb_content')

{{$page_title}}

@endsection @section('content') @include('site.partials.breadcrumb')

{{__('pages.prices_and_accommodation')}}

@foreach($data['tour']['packages'] as $package)

{{$package['title']}}

{{__('pages.prices')}}

@foreach($package['sub_packages'] as $sub_package)
{{ $sub_package['start_month'] }} - {{ $sub_package['end_month'] }}
    @foreach($sub_package['options'] as $option)
  • {{ $option['description'] }} {{$basic_info['current_currency_symbol']}} {{ $option['price'] }}
  • @endforeach
@endforeach

{{__('pages.hotels')}}

@foreach($package['hotels'] as $hotel)
{{$hotel['name']}}
{{$hotel['name']}}
@for($i=1; $i <= $hotel['rate']; $i++) @endfor
@endforeach
@endforeach
@endsection @push('js_scripts') @endpush