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

Set a new password

Choose a strong password to secure your account.

@csrf
@if ($errors->any())
{{ $errors->first() }}
@endif
@endsection