@toastr_css
{{ constants('global.site.name') }}
One last step to reset your password
{{ csrf_field() }}
@if (session('status'))
{{ session('status') }}
@endif @if ( $errors->count() )
{!! implode('
', $errors->all()) !!}
@endif @if( session()->has('alert-danger') )
×
{!! session()->get('alert-danger') !!}
@endif
Logout From All Other Devices
Reset Password
@toastr_js @toastr_render