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

Days

@include('front.includes.tour_info')
@isset($dates)
Number of days @lang('frontLang.price')/pax @lang('frontLang.actions')
{{$tour->price}} {{ $tour->currency }} @lang('frontLang.make-reservation')
@endif
@endsection