Fix cloning template
This commit is contained in:
parent
81e0ff12b3
commit
8e5941cdbb
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@
|
|||
</div>
|
||||
|
||||
@if (!isset($showBreadcrumbs) || $showBreadcrumbs)
|
||||
{!! Form::breadcrumbs((isset($entity) && $entity->exists) ? $entity->present()->statusLabel : false) !!}
|
||||
{!! Form::breadcrumbs((! empty($entity) && $entity->exists) ? $entity->present()->statusLabel : false) !!}
|
||||
@endif
|
||||
|
||||
@yield('content')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue