{!! Form::hidden('template_id', null) !!}
{!! Form::hidden('template_name', null) !!}
{!! Form::hidden('category_id', null) !!}
{!! Form::hidden('sub_category_id', null) !!}
{!! Form::checkbox('approval', 1, null, ['id' => 'approval', 'class' => 'hidden']) !!}
Tragen Sie hier die Hauptbotschaft ein:
(diese wird auf allen Bildschirmen angezeigt)
{!! Form::select('album', Helper::getMusicAlbums(), null, ['class' => 'form-control albums']) !!}