@extends('layouts.authentication') @section('title', 'Login') @section('content')
@csrf
PARC AUTO
@error('email') Les identifiants incorectes @enderror
@error('password') {{ $message }} @enderror
Sign In
@stop