@extends('layouts.main') @section('title', 'Affix anlegen') @section('headline', 'Affix anlegen') @section('content')
{!! Form::open(['action' => 'Affix\AffixController@store', 'class' => 'form-horizontal', 'method' => 'post', 'role' => 'form', 'files' => true]) !!}
{!! Form::close() !!}
@stop