@extends('layouts.admin.base') @section('page.title', 'Espace administrateur') @section('page.content')

Connexion

@csrf @include('components.forms.inputs.classic-light', [ 'id' => 'email', 'placeholder' => 'Email' ]) @include('components.forms.inputs.classic-light', [ 'type' => 'password', 'id' => 'password', 'placeholder' => 'Mot de passe' ])
Retour au site
@endsection