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

Set new password

Choose a strong password for your account

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection