Fix cloning template

This commit is contained in:
Hillel Coren 2018-03-22 11:03:46 +02:00
parent c8d44ba1b2
commit 723266762e

View File

@ -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')