@if($email != '')
@csrf @method('POST')
@if(session()->has('success')) @endif
@if(session()->has('error')) @endif
@else

@lang('auth.token_expired')

@endif