@php $ws = session('workspace', 'ha'); $wsLabel = match($ws) { 'pension' => 'CPF', 'wills' => 'W&T', default => 'HA' }; $wsBadge = match($ws) { 'pension' => 'warning text-dark', 'wills' => 'success', default => 'primary' }; @endphp