@extends('layouts.auth') @section('content')
{{csrf_field()}}

@if ($errors->has('email')) Adresse email incorrecte @endif

@if ($errors->has('password')) Mot de passe invalide @endif

@endsection