@props(['type' => 'info']) @php $iconClass = [ 'info' => 'bx bx-info-circle', 'success' => 'bx bx-check-circle', 'warning' => 'bx bx-error-circle', 'danger' => 'bx bx-x-circle', ][$type] ?? 'bx bx-info-circle'; @endphp