{{--
--}}
@if (auth()->user()->role == App\Models\User::ROLE_USER) @if (Session::has('verified'))
Email verified successfully!
×
@endif @if (auth()->user()->email_verified_at == '')
Your email is not verified. Please verify your email here
Resend Email
@endif @endif
{{ auth()->user()->name }}
@if (isset(auth()->user()->profile_image))
@else
@endif
My Profile
Change Password
{{ __('Logout') }}
@csrf
@yield('content')
@stack('scripts')