@extends('auth.layout') @section('title') Connexion à l'admin de DCW éditions @endsection @section('content')
{{ csrf_field() }}

@if ($errors->has('password') || $errors->has('email')) {{ $errors->first('email') }} @endif

J'ai oublié mon mot de passe
@endsection