@extends('layouts.auth') @section('title') Login @endsection @section('content')
@csrf
@error('email') {{ $errors->first('email') }} @enderror @error('username') {{ $errors->first('username') }} @enderror
@error('password') {{ $message }} @enderror
{{--
@if (Route::has('password.request')) Mot de passe oubliƩ ? @endif
--}}
@csrf
@endsection