@props(['title' => 'Ladill Frontdesk', 'heading' => null])
{{ $title }} ยท Ladill Frontdesk
@include('partials.favicon')
@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('partials.boot-splash')
@include('partials.topbar', ['heading' => $heading ?? $title])
@include('partials.flash')
{{ $slot }}
@include('partials.wallet-topup-modal', ['openOnLoad' => (bool) session('topup_required')])