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

{{ __('Reset Password') }}

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