Skip to content

Commit 1324f4c

Browse files
committed
Revert "Update edit.blade.php"
This reverts commit 7afd578.
1 parent 7afd578 commit 1324f4c

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' => 'blocks'])
9-
<h1 class="header-title @empty($model->title)text-muted @endempty">
9+
<h1 class="header-title @if (!$model->present()->title)text-muted @endif">
1010
{{ $model->present()->title ?: __('Untitled') }}
1111
</h1>
1212
</div>

0 commit comments

Comments
 (0)