@php
/**
* @name Pagina login\Sezione agente
* @version 1.0.0
*/
@endphp
@php
$active = '';
if(!call_setting('app.modules.customers.status')){
$active = ' active';
}
@endphp
@php
if(call_setting('app.modules.customers.status')){
$login_agents_title_txt = __t('Login agenti');
}else{
$login_agents_title_txt = __t('Effettua il login');
}
@endphp
{{ $login_agents_title = apply_filters('login_agents_title', $login_agents_title_txt) }}
{{ $login_agents_text = apply_filters('login_agents_text', "" ) }}
{!! Form::open(['url' => Request::url(), 'method' => 'post', 'class' => 'form-horizontal frm-loader', 'id' => 'frm-login-agents', 'novalidate' => true]) !!}
{!! Form::close() !!}
@if(call_setting('app.modules.customers.status'))
@endif