Özellikler
{!! html()->label('Özellik ile İlişkilendirin.')->for('features') !!} {!! html()->select('features[]', $features, (isset($item) ? ($item->features()->get()->pluck('id')->toArray()) : []) )->addClass('form-control')->addClass('features')->multiple()->data('placeholder','Özellik yazmaya başlayın..') !!}