Добавлен статус Нет в архиве
This commit is contained in:
@@ -85,6 +85,11 @@ class IndexController extends Controller
|
||||
];
|
||||
});
|
||||
|
||||
$statuses->push([
|
||||
'value' => 0,
|
||||
'label' => 'Нет в архиве',
|
||||
]);
|
||||
|
||||
return Inertia::render('Home/Index', [
|
||||
'cards' => $data,
|
||||
'statuses' => $statuses,
|
||||
|
||||
Reference in New Issue
Block a user