{{ __('login.bienvenue') }}

{{--

Create a new acount

OR Sign in with these credentials:

Email: admin@softui.com

Password: secret

--}}
@if (Session::has('status'))
{{ Session::get('status') }}
@endif
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
{{--

Forgot your password? Reset your password here.
Don't have an account? Sign up.

--}}
{{--
--}}