@lang('Statistics')
@if(Auth::user()->image)
@endif
Hello,
{{ Auth::user()->name }}
{{ __('Logout') }}
@csrf
@lang('Please Verify Your Email.')
@guest
{{ __('Login') }}
@if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
@lang('Before proceeding, please check your email for a verification link.') @lang('If you did not receive the email'),
@csrf
{{ __('click here to request another') }}
.
@endguest
@yield('content')
@stack('js-lib') @stack('js') @include('admin.layouts.notification')