@props(['title', 'description' => null, 'breadcrumbs' => []])
@if (count($breadcrumbs) > 0) @endif
{{ $title }} @if ($description) {{ $description }} @endif
@if (isset($actions))
{{ $actions }}
@endif