{{-- Composant boîte d'aide/conseil réutilisable --}}
@props([
'type' => 'info', // info, tip, warning, success
'title' => '',
'dismissible' => false,
'storageKey' => null // clé pour localStorage si dismissible
])
@php
$config = match($type) {
'info' => [
'bg' => 'bg-blue-50',
'border' => 'border-blue-200',
'icon_bg' => 'bg-blue-100',
'icon_color' => 'text-blue-500',
'title_color' => 'text-blue-800',
'text_color' => 'text-blue-700',
'icon' => '