@if ($order['status'] == 0)
确认付款
{{--
等待付款
--}} @endif @if ($order['status'] == 1)
确认发货
@endif @if ($order['status'] == 2)
取消发货
确认收货
等待收货
@endif @if ($order['status'] == 3)
已完成
@endif