Добавлен статус Нет в архиве

This commit is contained in:
brusnitsyn
2025-12-17 23:56:25 +09:00
parent 1aaa459a5f
commit 1e9f5cb0ce

View File

@@ -85,6 +85,11 @@ class IndexController extends Controller
];
});
$statuses->push([
'value' => 0,
'label' => 'Нет в архиве',
]);
return Inertia::render('Home/Index', [
'cards' => $data,
'statuses' => $statuses,