@extends('frontend.layouts.app') @section('content') Home Tour details Tour details 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