@include('partials.turbo') @include('partials.theme-vars') @stack('styles')
HotelPlus
@hasSection('subtitle')

@yield('subtitle')

@endif
@if(session('success')) {{ session('success') }} @endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
@stack('scripts')