@if ($order['status'] == 0)
确认付款
@endif @if ($order['status'] == 1)
确认发货
@endif {{--多包裹发货--}} @if ($order['status'] == 2 && $order['is_all_send_goods'] == 1)
继续发货
@endif @if ($order['status'] == 2)
取消发货
确认收货
@endif