{{-- Select Component Usage: --}} @props([ 'name', 'options' => [], 'label' => null, 'placeholder' => null, 'error' => null, 'disabled' => false, ])
@if($label) @endif @if($error)

{{ $error }}

@endif