Add relations in tables, add saving states for datatables, minor fixes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="col-4">
|
||||
{{ Form::label('unity_id', 'Unité') }}
|
||||
@include('components.select', ['name' => 'unity_id', 'list' => $unities ?? [], 'value' => $variation['unity_id'] ?? false, 'required' => true, 'with_empty' => ''])
|
||||
@include('components.select', ['name' => 'unity_id', 'list' => $unities ?? [], 'value' => $variation['unity_id'] ?? false, 'required' => false, 'with_empty' => ''])
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user