Blood
Finder
Save Lives Together
@auth
Search
Eligible
Requests
@endauth
@auth
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ Str::limit(auth()->user()->name, 12) }}
@if(auth()->user()->role === 'admin')
Admin
@endif
@csrf
Logout
@else
Login
Register
@endauth
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $err)
{{ $err }}
@endforeach
@endif @yield('content')
@auth
Home
Search
Eligible
Requests
Profile
@endauth @auth
@endauth