@extends('frontend.layouts.app') @section('content')

@lang('frontLang.dates')

@include('front.includes.tour_info')
Tour name @lang('frontLang.price') (@lang('frontLang.per-pax'))
{{$tour->name}} {{$tour->currency }} {{$tour->price}}
{{--
--}}
@lang('frontLang.select-participants')
id}} price={{$tour->price}} currency={{$tour->currency}} step2_url={{url('reservation2')}} total_price_string=@lang('frontLang.total-price') continue_string=@lang('frontLang.continue') pax_count_string=@lang('frontLang.pax-count') adult_string=@lang('frontLang.adult') >
@endsection