Đăng nhập
@include ('news.templates.error')
@include ('news.templates.alert')
{!! Form::open([
'method' => 'POST',
'url' => route("$controllerName/postLogin"),
'id' => 'auth-form'
]) !!}
{!! Form::label('email', 'Email') !!}
{!! Form::text('email', null, ['class' => 'form-control', 'required' => true, 'autofocus' => true]) !!}
{!! Form::label('password', 'Mật khẩu') !!}
{!! Form::password('password', ['class' => 'form-control', 'required' => true, 'data-eye' => true]) !!}
{!! Form::close() !!}