@props([ 'name', 'label' => 'Selecciona un color', 'initialColor' => '#147129', ]) @php $id = 'color-picker-' . str()->slug($name); @endphp
{{ $label }} {{ $initialColor }}
@error($name) {{ $message }} @enderror @push('scripts') @endpush