@if(getFillable($cModel,'sauce_category_id'))
{!! html()->label('Sos Kategorisi ile İlişkilendirin.')->for('sauce_category_id')->class('f-label-100') !!}
{!! html()->select('sauce_category_id', $saucecategories ?? [])->addClass('form-control') !!}
@endif