@unless(View::hasSection('no-chrome'))
{{-- Drawer menu trên màn hình hẹp --}}
@auth
@csrf
@else Tạo tài khoản @endauth
@endunless @yield('content') @unless(View::hasSection('no-chrome')) @endunless
@if(session('toast_success'))
{{ session('toast_success') }}
@endif @if(session('toast_error'))
{{ session('toast_error') }}
@endif @if($errors->any()) @foreach($errors->all() as $error)
{{ $error }}
@endforeach @endif
@stack('scripts')