@php $rows = $chakras['rows'] ?? null; $labels = $chakras['labels'] ?? []; $colors = [ 'crown' => '#e8bbe6', 'third_eye' => '#080ee3', 'throat' => '#3f87b3', 'heart' => '#789a49', 'solar' => '#e9d537', 'sacral' => '#e99d1f', 'root' => '#ae2628', ]; $order = ['crown', 'third_eye', 'throat', 'heart', 'solar', 'sacral', 'root']; @endphp