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