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