@extends('layouts.app') @section('content') @if(config('recaptcha.enabled') && config('recaptcha.site_key')) @push('head') @endpush @endif @push('head') @endpush {{-- Orbs --}}
{{-- Brand --}}
TaPrestation
{{-- Titre --}}

Connexion

Accédez à votre espace en quelques secondes.

{{-- Alertes --}} @if (session('status'))
{{ session('status') }}
@endif @if (session('success'))
{{ session('success') }}
@endif @if (session('error')) @endif @if (session('warning'))
{{ session('warning') }}
@endif @if ($errors->any()) @endif {{-- Sociaux --}} {{-- Séparateur --}}
ou par email
{{-- Formulaire --}}
@csrf @error('recaptcha')
{{ $message }}
@enderror
{{-- Email --}}
@error('email') {{ $message }} @enderror
{{-- Mot de passe --}}
Oublié ?
{{-- Remember --}}
Connexion rapide
{{-- Soumettre --}}
{{-- Bas --}}
@push('scripts') @endpush @endsection