Skip to content

Commit

Permalink
Update edit.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Feb 6, 2021
1 parent 9cbfb3e commit 5d63637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/admin/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="header">
@include('core::admin._button-back', ['module' => 'events'])
<h1 class="header-title @if (!$model->present()->title)text-muted @endif">
<h1 class="header-title @empty($model->title)text-muted @endempty">
{{ $model->present()->title ?: __('Untitled') }}
</h1>
</div>
Expand Down

0 comments on commit 5d63637

Please sign in to comment.