fix: resolve cat_name exception and correct model relationships

This commit is contained in:
2026-05-01 15:51:23 -04:00
parent e79d6174f8
commit 4fdd41e9b8
6 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<tbody>
@foreach($winners as $winner)
<tr>
<td>{{ $winner->awardCategory->cat_name }}</td>
<td>{{ $winner->awardCategory->category_name }}</td>
<td>{{ $winner->awardVehicle->make }} {{ $winner->awardVehicle->model }}</td>
</tr>
@endforeach