@extends('layouts.app') @section('title', 'Reset Password - Proktiti Shop') @section('content')

Set New Password

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Minimum 8 characters with letters and numbers
@endsection @section('scripts') @endsection