@if ( session('message') )
{{ session('message') }}
@endif
@if(Auth()->check() && Auth()->user()->status === 0)
@if(Auth()->user()->created_at->diffInMinutes() < 5)
{{--
--}}
{{-- 一封注册验证邮件已经发到您的邮箱 {{ Auth()->user()->email }} ,请前往邮箱完成注册.
遇到问题 --}}
{{--
--}}
{{--
--}}
@else
{{--
--}}
{{-- 你的邮箱 {{ Auth()->user()->email }} 尚未验证,部分功能将无法使用
遇到问题 --}}
{{--
--}}
{{--
--}}
@endif
@endif