feat(Category): add category

This commit is contained in:
2026-05-03 23:38:21 +03:30
parent ededb41a3a
commit 21b060c527
13 changed files with 300 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
<th>شماره رأی</th>
<th>تاریخ صدور</th>
<th>موضوع</th>
<th>دسته‌بندی</th>
<th>مرجع صادر کننده</th>
<th>عملیات</th>
</tr>
@@ -24,6 +25,7 @@
<td>{{ $precedent->ruling_number }}</td>
<td>{{ $precedent->ruling_date }}</td>
<td>{{ $precedent->subject }}</td>
<td>{{ $precedent->category?->name }}</td>
<td>{{ $precedent->issuing_authority }}</td>
<td>
<form action="{{ route('judicial-precedent.destroy', $precedent->id) }}" method="POST" style="display: inline;">