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