@php $colors = ['pending' => 'warning', 'done' => 'success', 'postponed' => 'info', 'cancelled' => 'secondary']; @endphp {{ \App\Models\FollowUp::STATUSES[$item->status] ?? $item->status }}