true, 'bg-yellow-500/50' => $order->status == 'WAITING_FOR_PAYMENT', 'bg-red-500 text-white' => $order->status == 'CANCELLED', 'bg-green-500 text-white' => $order->status == 'PAYED', 'bg-blue-500 text-white' => $order->status == 'BEING_PROCESSED', 'bg-lockit-blue text-white' => $order->status == 'OUT_FOR_DELIVERY', 'bg-green-500/50 text-white' => $order->status == 'DELIVERED' || $order->status == 'READY_FOR_PICKUP', 'bg-red-500/50 text-white' => $order->status == 'PAYMENT_FAILED', ])> {{ __('order.status.'.$order->status) }}