@extends('layouts.not_logged_in') @section('content')

Mot de passe oubliƩ

@if (session('status')) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection