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