Kapcsolatok
@include('admin.includes.fields.select_multiple', ['name' => "products[]", 'options' => \App\Product::pluck('name', 'id'), 'value' => $model ? $model->products()->pluck('ws_products.id') : null, 'info' => 'Egy termék több kollekcióba is tartozhat.'])
@include('admin.includes.fields.select_multiple', ['name' => "attributes[]", 'options' => \App\Attribute::pluck('name', 'id'), 'value' => $model ? $model->attributes()->pluck('ws_attributes.id') : null, 'info' => 'Egy tulajdonság több kollekcióhoz is tartozhat.'])