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