merge($entry?->getExtraEntryWrapperAttributes() ?? [])
->class(['fi-in-entry-wrp'])
}}
>
@if ($label && $labelSrOnly)
$hasInlineLabel,
])
>
@if (($label && (! $labelSrOnly)) || $labelPrefix || $labelSuffix || filled($hint) || $hintIcon)
(! $labelSrOnly) || $labelPrefix || $labelSuffix,
'justify-end' => $labelSrOnly && ! ($labelPrefix || $labelSuffix),
($label instanceof \Illuminate\View\ComponentSlot) ? $label->attributes->get('class') : null,
])
>
@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