@if($email != '')
@csrf @method('POST')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
New Password
Confirm Password
@else
@lang('auth.token_expired')
Login
@endif