@extends('layouts.app1') @section('content')

{{ __('Reset Password') }}

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Password must have a minimum of 6 characters and maximum 18 characters
@endsection