fix on producter
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
@include('components.form.select', [
|
@include('components.form.select', [
|
||||||
'name' => 'producer_id',
|
'name' => 'producer_id',
|
||||||
'list' => $producers_list ?? [],
|
'list' => $producers_list ?? [],
|
||||||
'value' => $merchandise['provider_id'] ?? null,
|
'value' => $merchandise['producer_id'] ?? null,
|
||||||
'class' => 'select2 form-control',
|
'class' => 'select2 form-control',
|
||||||
'with_empty' => '',
|
'with_empty' => '',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user