@switch($status) @case('running') 运行中 @break @case('suspended') 已暂停 @break @case('stopped') 已停止 @break @case('pending') 创建中 @break @default {{ $status }} @endswitch