@extends('layouts.login') @section('content')
{{ csrf_field() }}

Admin Connexion

Entrez un nom d'utilisateur et un mot de passe.
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Mot de passe oublié ?

Ou connectez-vous avec

Créer un compte

Mot de passe oublié ?

Entrez votre adresse e-mail ci-dessous pour réinitialiser votre mot de passe.

{{ csrf_field() }}

Inscription

Entrez vos informations personnelles ci-dessous:

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('birthday')) {{ $errors->first('birthday') }} @endif

Entrez les détails de votre compte ci-dessous:

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection