Refactoring, change menu, add many features
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@include('components.select', ['name' => 'pager', 'id_name'=> $model . '_pager', 'list' => [5 => '5', 10 => '10', 25 => '25', 50 => '50', 100 => '100']])
|
||||
@include('components.form.select', ['name' => 'pager', 'id_name'=> $model . '_pager', 'value' => 10, 'list' => [5 => '5', 10 => '10', 25 => '25', 50 => '50', 100 => '100']])
|
||||
|
||||
|
||||
@push('js')
|
||||
|
||||
Reference in New Issue
Block a user