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

News erstellen

{{Form::open(array('url' => 'news'))}} @if(count($errors->all()) > 0)
Es müssen beide Felder ausgefüllt werden!
@endif
"> >
">
{{ Form::close() }}
@stop @section('title') News erstellen ~ @stop