@props([ 'sortable' => false, 'direction' => '', 'active' => false ]) merge(['class' => 'hp-badge-size fw-normal text-black hp-text-color-dark-50 position-relative']) }} @if($sortable) style="cursor: pointer" @endif > {{ $slot }} @if($sortable && $active) @if ($direction === 'asc') @endif @if ($direction === 'desc') @endif @endif @if($sortable && !$active) @endif