@extends('auth.layouts.app') @section('title', __('auth.reset_password_title')) @section('content')

{{ __('auth.reset_password_title') }}

{{ __('auth.reset_password_subtitle') }}
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{ __('auth.back_to_login') }}
@endsection