@props([ 'title' => null, 'options' => [], 'color' => 'warning', 'icon' => 'fa-solid fa-exclamation-triangle', ])
@if ($title)
{{ $title }}
@endif @foreach ($options as $option)

{{ $option }}

@endforeach