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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user