diff --git a/resources/views/components/empty-page.blade.php b/resources/views/components/empty-page.blade.php index 499fefaa9..ad3940437 100644 --- a/resources/views/components/empty-page.blade.php +++ b/resources/views/components/empty-page.blade.php @@ -17,7 +17,9 @@ @if ($checkPermissionCreate) @can ($button['permission']) @endif + @if (! empty($button['stack'])) @stack($button['stack'] . '_start') + @endif
  • @@ -40,7 +42,9 @@ chevron_right
  • + @if (! empty($button['stack'])) @stack($button['stack'] . '_end') + @endif @if ($checkPermissionCreate) @endcan @endif