@extends('components.layout-component') @section('other_page_title') {{ __('messages.Reset password') }} @endsection @section('content')
@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif @if (session('status'))
{{ session('status') }}
@endif
@csrf

{{ __('messages.New Password') }}

{{ __('messages.Password must be at least 8 characters.') }}

{{ __('messages.confirm password') }}

{{ __('messages.Passwords do not match.') }}
@endsection