Katalog
@if(getFillable($cModel,'brand_id'))
{!! html()->label('Katalog ile ilişkilendirin.')->for('brand_id')->class('f-label-100') !!} {!! html()->select('brand_id', $brands ?? [], isset($item) ? $item->page_key : 'homepage')->addClass('form-control') !!}
@endif