diff --git a/resources/views/layouts/block.blade.php b/resources/views/layouts/block.blade.php index 572a0225f..cb829c4bd 100644 --- a/resources/views/layouts/block.blade.php +++ b/resources/views/layouts/block.blade.php @@ -1,13 +1,17 @@
+ @if(!empty($title) || !empty($description))
{{ __($title ?? '') }} + @if(!empty($description))

{!! __($description ?? '') !!}

+ @endif
+ @endif