@extends('layouts.auth') @section('title', 'Reset Password') @section('content')

Create New Password

Enter your new password below

@csrf
@error('password')

{{ $message }}

@enderror

Password Requirements:

  • At least 8 characters long
  • Mix of uppercase and lowercase letters recommended
  • Include numbers and special characters for better security
@endsection