We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a75796 commit 85db54eCopy full SHA for 85db54e
src/resources/views/public/show.blade.php
@@ -12,7 +12,7 @@
12
<header class="object-header">
13
<div class="object-header-container">
14
<div class="object-header-navigator">
15
- @include('core::public._btn-prev-next', ['module' => 'Objects', 'model' => $model])
+ @include('core::public._items-navigator', ['module' => 'Objects', 'model' => $model])
16
</div>
17
<h1 class="object-title">{{ $model->title }}</h1>
18
0 commit comments