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

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

{{ __('auth.forgot_password_subtitle') }}
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
{{ __('auth.back_to_login') }}
@endsection