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

{{ __('auth.forgot_password.title') }}

@if (session('status')) @endif

{{ __('auth.forgot_password.description') }}

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