{{ $heading ?? 'Guest area' }} @isset($headingStatus)
{{ $headingStatus }}
@endisset
{{ $subheading ?? '' }}
{{ auth('guest')->user()?->full_name }}
{{ auth('guest')->user()?->phone }}
@csrf
Выйти
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif @yield('content')
@stack('scripts')