{{-- componente para agrupar controles debaixo de um subtítulo --}} @props([ 'heading' => 'Seção', 'id' => null, 'class' => 'col-12', 'margins' => 'mt-4 pt-1 mb-2 px-2 pb-1', 'classText' => 'font-weight-bold text-primary text-uppercase h6 border-bottom', 'canAny' => null, 'icon' => null, ]) @php if( empty($id)) { $id = Str::slug($heading); } @endphp @if( ($canAny && Gate::any($canAny)) || !$canAny )
@if($icon) @endif {!!$heading !!}
@endif {{-- eoCanany --}}