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

Reset Password

Create a new password

Enter your new password below

@csrf
@error('password')
{{ $message }}
@enderror
@error('confirm_password')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection