field job added option to add multiple contracts to user at once

This commit is contained in:
Simon Pocrnjič
2025-10-16 21:28:40 +02:00
parent e782bcca7c
commit 04f31e62aa
8 changed files with 247 additions and 18 deletions
+1 -1
View File
@@ -1321,7 +1321,7 @@ async function fetchSimulation() {
</div>
<div class="flex-shrink-0">
<a
:href="route('clientCase.show', row.case_uuid)"
:href="route('clientCase.show', { client_case: row.case_uuid })"
class="text-blue-600 hover:underline text-xs"
>Odpri primer</a
>