@extends('layout') @section('title', 'Connexion') @section('content')

Connexion

@csrf @if($errors->has('credentials')) @endif
@endsection