@extends('layouts.frontend') @section('title') @lang('auth.page_title') @endsection @section('content') {!! Form::open(['url' => '/login', 'method' => 'POST', 'id' => 'login_form']) !!} @if ($errors->has('login')) {{ $errors->first('login') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif @lang('auth.remember') @lang('auth.button') @lang('auth.forgot') {!! Form::close() !!} @endsection @section('login-script') @endsection