{{-- favicon.png --}}
@yield('style')
@if (Auth::user())
TRAINING
@endif @guest
ABOUT GIRT
@endguest {{--
ABOUT GIRT
--}} @if (Auth::user())
TO ADOPT A WRECK
@endif @guest
ADOPTED WRECK
@endguest @if (Auth::user())
SURVEY REPORTING
@endif @guest
SPONSORS and SUPPORTERS
@endguest {{--
SPONSORS and SUPPORTERS
--}} @if (Auth::user())
MEMBER BLOG
@endif @guest
CONTACT US
JOIN
LOGIN
@else
{{ auth()->user()->name }}
@if (auth()->user() && auth()->user()->isAn('admin'))
Admin Dashboard
@endif
{{__('My Profile') }}
Change Password
Logout
@csrf
@endguest
@include('flash::message') @yield('content') @yield('scripts')