@extends('layouts.login') @section('content')
Background
Logo client

{{ __('Connexion') }}

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{ __('Mot de passe oublié') }}
@if (env('ACTIVE_GOOGLE_CONNECT') == 1) Google Icon Connexion avec Google @endif
@if(env('LOGOREVENDEUR'))
Logo revendeur
@endif
{{--

{{ __('Connexion') }}

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{ __('Mot de passe oublié') }}
@if (env('ACTIVE_GOOGLE_CONNECT') == 1) Google Icon Connexion avec Google @endif
@if(env('LOGOREVENDEUR'))
@endif
--}} @if(session()->get('error')) @endif @endsection