@extends('layout.wrapperplain') @section('content')

{{ cleanLang(__('lang.sign_in_to_your_account')) }}

@if(@config('system.settings2_captcha_status') == 'enabled')
{!! htmlFormSnippet([]) !!}
@endif
@if(config('system.settings_clients_registration') == 'enabled')
{{ cleanLang(__('lang.dont_have_an_account')) }}

@endif
@endsection