@php $class = $class ?? ''; $icon = $icon ?? false; $title = $title ?? false; $body = $body ?? false; $button = $button ?? false; $button_label = $button_label ?? 'Button'; $button_url = $button_url ?? '#'; $button_modal_id = $button_modal_id ?? false; $color = $color ?? 'primary'; $padding = $padding ?? 'p-6'; $icon_classes = $icon ? 'ms-15 ms-lg-15' : 'ms-0 ms-lg-0'; @endphp