@stack('styles')
Astha
Link
Home
Donors
SOS
Ambulance
Events
@guest
Register as Donor
@endguest
@auth
Profile
@csrf
Logout
@else
Log In
Register
@endauth
{{-- Right Drawer Menu (Mobile) --}}
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif @yield('content')
Home
@auth
SOS
@else
SOS
@endauth
Blood
@auth
Chat
@else
Chat
@endauth @auth
Profile
@else
Profile
@endauth
@stack('scripts')