Fix: Организация берётся из items_json

 organization_id из первого элемента items
 Удалена валидация organization_id
 index.blade.php обрабатывает NULL organization

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mirivlad
2026-04-02 09:22:12 +08:00
co-authored by Qwen-Coder
parent 6833441514
commit b01d8431c8
2 changed files with 4 additions and 4 deletions
@@ -55,7 +55,7 @@
<tbody>
@forelse($requests as $request)
<tr>
<td><strong>{{ $request->organization->name }}</strong></td>
<td><strong>{{ $request->organization?->name ?? 'Без организации' }}</strong></td>
<td>
@if($request->isPending())
<span class="badge bg-warning">Ожидает</span>