@php
$providerCards = [
['id' => 'openai', 'name' => 'OpenAI', 'desc' => 'GPT-4o, o1, GPT-3.5', 'bg' => 'bg-success/15', 'text' => 'text-success'],
['id' => 'anthropic', 'name' => 'Anthropic', 'desc' => 'Claude Opus 4, Sonnet 4', 'bg' => 'bg-orange-100', 'text' => 'text-orange-600'],
['id' => 'gemini', 'name' => 'Google Gemini', 'desc' => 'Gemini 2.0 Flash, 1.5 Pro', 'bg' => 'bg-info/15', 'text' => 'text-blue-600'],
['id' => 'mistral', 'name' => 'Mistral', 'desc' => 'Large, Small, Codestral', 'bg' => 'bg-brand/15', 'text' => 'text-brand'],
];
@endphp
@foreach($providerCards as $p)
@endforeach