@blaze @props([ 'heading' => null, 'subheading' => null, 'count' => null, 'badge' => null, ]) @php $classes = (string) Flux::classes() ->add('p-2 flex flex-col') ; $badgeAttributes = Flux::attributesAfter('badge:', $attributes); @endphp
class($classes) }} data-flux-kanban-column-header>
{{ $slot }} @if ($heading) {{ $heading }} @endif @if ($count)
{{ $count }}
@endif @if ($badge) {{ $badge }} @endif
{{ $actions ?? '' }}
@if ($subheading)
{{ $subheading }}
@endif