@props([ 'id' => $attributes->has('id') || $attributes->has('label'), 'required' => $attributes->has('required'), 'label' => $attributes->has('label'), 'helper' => $attributes->has('helper'), 'instantSave' => $attributes->has('instantSave'), 'noLabel' => $attributes->has('noLabel'), 'noDirty' => $attributes->has('noDirty'), 'disabled' => null, ])
merge(['class' => 'flex cursor-pointer label']) }}>
@if ($label) {{ $label }} @else {{ $id }} @endif @if ($helper)
@endif