@auth
LUMINA
STUDIO
Overview
Appointments
POS
@if(auth()->user()->hasRole('admin','super_admin'))
Manage
@endif
@csrf
Sign out
@endauth
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
Please check the details.
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif @yield('content')
@stack('scripts')