@extends('hello') @section('content')

Login

{{ Form::open(array('route' => 'login')) }}
@if(Session::has('login_errors'))
Login-Daten fehlerhaft!
@endif {{ Form::close() }}
@stop @section('title') Login ~ @stop