@extends('auth.layout') @section('form')

Connexion

Entrez vos identifiants pour vous connecter .

@include('alert')
@csrf
@error('email') {{ $message }} @enderror
Vous avez vos information ? Connexion
@endsection