@props([ 'name', 'label' => 'Seleccionar Color', 'required' => false, 'default' => '#007bff', ]) @php $inputId = 'cp_' . Str::random(8); @endphp @pushonce('css') @endpushonce
@if($label) @endif
@error($name) {{ $message }} @enderror
@pushonce('js') @endpushonce @push('js') @endpush