@php
use Illuminate\Support\Arr;
$gradients = [
'bg-gradient-to-r from-purple-500 to-pink-500',
'bg-gradient-to-r from-green-500 to-emerald-500',
'bg-gradient-to-r from-orange-500 to-red-500',
'bg-gradient-to-r from-indigo-500 to-blue-500',
'bg-gradient-to-r from-yellow-400 to-red-500',
'bg-gradient-to-r from-teal-400 to-cyan-500',
'bg-gradient-to-r from-rose-500 to-fuchsia-500',
];
@endphp