fixed title

This commit is contained in:
Edward Yang 2022-08-09 17:20:03 +08:00
parent 69346f9f86
commit 147d680c4a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
@foreach ($pages as $page)
<tr>
<td>{{ $page->id }}</td>
<td>{{ $page->description->title }}</td>
<td>{{ $page->description->title ?? '' }}</td>
<td>{{ $page->active }}</td>
<td>{{ $page->created_at }}</td>
<td>{{ $page->updated_at }}</td>