@php
use Filament\Support\Enums\Alignment;
@endphp
@props([
'actions' => [],
'actionsPosition',
'description' => null,
'heading' => null,
])
class([
'fi-ta-header flex flex-col justify-start gap-3 p-4 sm:px-6',
'sm:flex-row sm:items-center sm:justify-between' => $actionsPosition === \Filament\Tables\Actions\HeaderActionsPosition::Adaptive,
])
}}
>
@if ($heading || $description)
@if ($heading)
@endif
@if ($description)
@endif
@endif
@if ($actions)
@endif