@if(\Illuminate\Support\Facades\Auth::check() && !\Illuminate\Support\Facades\Auth::user()->isVerified())
@lang('auth.do not forget that you must verify your email to complete your registration').
@lang('auth.If you did not receive the email')
@endif
@yield('content')