{{-- :::callout type="insight" text: "GE-AS was the first platform to pair AI trading plans with copy trading in a single wallet." ::: Types: insight (orange), warning (amber), proof (green), note (blue) Text can also be markdown-flavoured HTML via `body` key. --}} @php $type = $type ?? 'insight'; $text = $text ?? ($body ?? ''); $title = $title ?? null; $themes = [ 'insight' => ['bg' => '#fff7ed', 'border' => '#fed7aa', 'accent' => '#f97316', 'icon' => 'i'], 'warning' => ['bg' => '#fffbeb', 'border' => '#fde68a', 'accent' => '#f59e0b', 'icon' => '!'], 'proof' => ['bg' => '#f0fdf4', 'border' => '#bbf7d0', 'accent' => '#10b981', 'icon' => '✓'], 'note' => ['bg' => '#eff6ff', 'border' => '#bfdbfe', 'accent' => '#3b82f6', 'icon' => 'i'], ]; $theme = $themes[$type] ?? $themes['insight']; @endphp @if(!empty($text))