Skip to content

Commit 0f2b370

Browse files
committed
Update edit.blade.php
1 parent 25732be commit 0f2b370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/admin/edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div class="header">
88
@include('core::admin._button-back', ['module' => 'slides'])
9-
<h1 class="header-title @if (!$model->present()->title)text-muted @endif">
9+
<h1 class="header-title @empty($model->title)text-muted @endempty">
1010
{{ $model->present()->title ?: __('Untitled') }}
1111
</h1>
1212
</div>

0 commit comments

Comments
 (0)