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

{{ __('Reset Password') }}

@include('auth.partials.error')
@csrf
@error('password') {{ $message }} @enderror
@endsection