@if(!Request::is('/') || !Request::is('/hotels')) @endif @yield('style') @stack('user.css')
@include('front.layouts.header') @yield('content') @include('front.layouts.footer')
{{--
--}} @if(Session::has('error-auth')) @endif @if(Session::has('error')) @endif @if($errors->has('subscription_email')) @endif @if(Session::has('success')) @endif @yield('script') @stack('user.js')