@if ($campaign->enabled('tags'))
{!! Form::tags( 'tag_id', [ 'model' => isset($model) ? $model : $formService->prefillModel($source) ] ) !!}
@endif