forked from TFMM/silent-auction
fix: resolve cat_name exception and correct model relationships
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<tbody>
|
||||
@foreach($categories as $category)
|
||||
<tr>
|
||||
<td>{{ $category->cat_name }}</td>
|
||||
<td>{{ $category->category_name }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user