@extends(backpack_view('layouts.auth')) @section('content')
{!! csrf_field() !!}

Connectez-vous à votre compte

@if ($errors->has($username)) {{ $errors->first($username) }} @endif
@if (backpack_users_have_email() && backpack_email_column() == 'email' && config('backpack.base.setup_password_recovery_routes', true)) {{ trans('backpack::base.forgot_your_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (config('backpack.base.registration_open')) @endif
@endsection