brand
@if(isset($company['system_logo_path'])) About Us @endif
{!!Form::model($model, ['class'=>'form-signin'])!!}

Welcome Back :)

Sign in to your account and enjoy unlimited perks.

@if(session('status_level')) @endif
{!!Form::email('user_email', null, ['class'=>'form-control','placeholder'=>App\Language::trans('Email Address'),'required','autofocus' ,'type'=> 'email'])!!}
{!!Form::password('user_password', ['class'=>'form-control','placeholder'=>App\Language::trans('Password'),'required'])!!}
{!!Form::label('remember_me', App\Language::trans('Remember me'), ['class'=>'custom-control-label font-14'])!!}
{!!Form::close()!!}