@extends('layouts.authentification') @section('content')
{{ __('Reinitialiser votre mot de passe') }}
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection