@php $map = [ 'pending' => ['Chờ xử lý', 'st-pending'], 'success' => ['Thành công', 'st-success'], 'failed' => ['Thất bại', 'st-failed'], ]; [$text, $cls] = $map[$status] ?? [$status, 'st-pending']; @endphp {{ $text }}