@extends('layouts.login') @section('content') {!! Form::open(['route' => 'login']) !!}

Login

@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
Forgot your password? {!! Form::close() !!} @endsection