branding logo

{{trans('Forget Password')}}

{{trans('Welcome back, Change your password')}}

@include('sweetalert::alert')
@csrf
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror