@component('components.superadmin.modal', ['title' => 'CREA NUOVA CANALI DISEGNI', 'id' => 'editService']) @if (isset($channel)) {{ Form::model($channel, ['action' => ['FormController@index', 'create_update_channels_designs'], 'method' => 'POST'], ['class' => 'dynamic-form']) }} @else {{ Form::open(['action' => ['FormController@index', 'create_update_channels_designs']]) }} @endif {{ Form::hidden('dynamic-form', 1) }} @if (isset($channel)) {{ Form::hidden('id', $channel->id) }} @endif
I campi Contrassegnati da (*) sono obbligatori.
{{ Form::close() }} @endcomponent