• @if($class == 'current') @elseif ($class == 'active') @else @endif
    Order Confirmed!
    @if (in_array($order->status, $all_order_status))

    01 Jan 1970

    Thanks for your order! You can see updates here along the way.

    @endif
  • @if($class == 'current') @elseif ($class == 'active') @else @endif
    Preparing To Dispatch!
    @if (in_array($order->status, $all_order_status))

    01 Jan 1970

    We are getting your order ready! We will dispatch it soon.

    @endif
  • @if($class == 'current') @elseif ($class == 'active') @else @endif
    Heading Your Way!
    @if (in_array($order->status, $all_order_status))

    01 Jan 1970

    Your order is nearing you. You’ll get an alert when it’s at your door.

    @endif
  • @if($class == 'active') @elseif ($class == 'current') @else @endif
    Right on Time!
    @if ($order->status == 'DELIVERED')

    01 Jan 1970

    Your Order has successfully reached your destination.

    @endif