@extends('layouts.inscription-connexion') @section('css') @endsection @section('content')
@csrf
@error('username')
{{ $errors->first('username') }}
@enderror
@error('password')
{{ $errors->first('password') }}
@enderror
Mot de passe oublié?
{{--
Vous n'avez pas de compte? S'inscrire
--}}
@endsection