@extends('auth.layout.app') @section('title', config('app.name') . ' - Mot de passe') @section('content') {{-- Session status --}} @if (session('status'))
image image

{{ __('auth.password_reset.check_email') }}

{{ __('auth.password_reset.email_sent') }}

{{ __('auth.password_reset.check_spam') }}
@else
@csrf

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

{{ __('auth.password_reset.description') }} {{-- Email --}}
@error('email') {{ $message }} @enderror
{{-- Submit --}} {{-- Back to login --}}
@endif @endsection