diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index cbfbc2556adb..ee9b666c52e2 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -469,7 +469,7 @@ @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')