@extends('boilerplate::auth.layout', [ 'title' => __('boilerplate::auth.login.title'), 'bodyClass' => 'hold-transition login-page' ]) @section('content') @component('boilerplate::auth.loginbox')
@lang('boilerplate::auth.login.intro')
{!! Form::open(['route' => 'boilerplate.login', 'method' => 'post', 'autocomplete'=> 'off']) !!} @component('boilerplate::input', ['name' => 'email', 'placeholder' => 'boilerplate::auth.fields.email', 'append-text' => 'fas fa-fw fa-envelope', 'type' => 'email'])@endcomponent @component('boilerplate::password', ['name' => 'password', 'placeholder' => 'boilerplate::auth.fields.password', 'check' => false])@endcomponent