{{ __('Dashboard') }} {{ __('Chapters') }} {{ __('Manage Chapters') }}
@auth {{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else {{ __('Log In') }} @endauth
{{ __('Dashboard') }} {{ __('Chapters') }} {{ __('Manage Chapters') }}
@auth
{{ Auth::user()->first_name }} {{ Auth::user()->last_name }}
{{ Auth::user()->email }}
@else
Guest
@endauth
@auth {{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else {{ __('Log In') }} @endauth