$hasInlineLabel,
])
>
@if (($label && (! $labelSrOnly)) || $labelPrefix || $labelSuffix || filled($hint) || $hintIcon)
@if ($label && (! $labelSrOnly))
{{ $label }}
@elseif ($labelPrefix)
{{ $labelPrefix }}
@elseif ($labelSuffix)
{{ $labelSuffix }}
@endif
@if (filled($hint) || $hintIcon || count($hintActions))
{{ $hint }}
@endif
@endif
$hasInlineLabel,
])
>
'text-start',
Alignment::Center => 'text-center',
Alignment::End => 'text-end',
Alignment::Justify, Alignment::Between => 'text-justify',
Alignment::Left => 'text-left',
Alignment::Right => 'text-right',
default => $alignment,
},
])
>
@if ($url)
{{ $slot }}
@elseif ($action)
@php
$wireClickAction = $action->getLivewireClickHandler();
@endphp
@else
{{ $slot }}
@endif
@if (filled($helperText))
{{ $helperText }}
@endif