{{__('Login')}}
{!! Form::open(['route' => 'login', 'method' => 'POST', 'class' => 'form-horizontal', 'id' => 'auth-form', 'novalidate' => true]) !!}
@include('auth.includes.alerts')
@if($errors->has('token'))
{{__('Verify your Identity')}}
@include('auth.includes.nocaptcha', [
'button' => [
'title' => ' '. __('Login'),
'attributes' => ['class' => 'btn btn-info btn-block round ladda-button', 'id' => 'submit']
]
])
{!! Form::close(); !!}
{{__('New to :name?', ['name' => config('app.name')])}}