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