@props([ 'actions' => null, 'heading', 'subheading' => null, ])
class(['filament-header items-start justify-between space-y-2 sm:flex sm:space-x-4 sm:space-y-0 sm:py-4 sm:rtl:space-x-reverse']) }} >
{{ $heading }} @if ($subheading) {{ $subheading }} @endif