@include('partials.turbo') @include('partials.theme-vars') @stack('styles') @php try { $logoUrl = \App\Support\Branding::url(); } catch (\Throwable) { $logoUrl = null; } @endphp

Rooms & Villas Apartments & Suites

Simplify reservations, front desk operations, housekeeping, billing, and guest management with a modern Property Management System.

@yield('guest_heading', 'Sign in')

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