@extends('frontend.layouts.app') @section('content') Home Reservation details Complete reservation Last step @include('front.includes.tour_info', ['tour' => $tour]) @lang('frontLang.price') (@lang('frontLang.per-pax')) @lang('frontLang.pax') @lang('frontLang.total-price') {{ $tour->currency }} {{$tour->price}} {{$adult}} {{$currency}} {{$total_price}} @lang('frontLang.contact-information') @if($errors->any()) @foreach($errors->all() as $error) {{$error}} @endforeach @endif How many days @lang('frontLang.name-surname') @lang('frontLang.phone') @lang('frontLang.email') @lang('frontLang.address') {{old('address')}} Itinerary proposition / Special requirements {{old('requirements')}} @lang('frontLang.pax-information') {{ csrf_field() }} @for ($i = 0; $i < $adult; $i++) @lang('frontLang.gender') Mr Mrs Miss @lang('frontLang.name') @endfor @lang('frontLang.complete-res') @endsection