@php $form_group = isset($form_group) ? $form_group : true @php $style = isset($style) ? 'style=' . $style : '' @php $model = isset($model) ? 'ng-model=' . $model . ' ng-update-hidden' : '' @php $model_descricao = isset($model_descricao) ? 'ng-model=' . $model_descricao . ' ng-update-hidden' : '' @php $group_html = ($form_group == true) ? '
' : '' @php $endgroup_html = ($form_group == true) ? '
' : '' {!! $group_html !!} {!! $endgroup_html !!} @if ( !isset($no_script) ) @section('script') @append @endif