@php $color = $value == 'pending'? 'text-secondary' : 'text-primary'; if($value == 'cancelled') $color = 'text-danger'; @endphp {{ Str::upper($value) }}