• @if (request()->routeIs('checkout.create')) {{ trans('storefront::cart.shopping_cart') }} 01 @else {{ trans('storefront::cart.shopping_cart') }} 01 @endif
  • @if (request()->routeIs('cart.index') && Cart::hasAvailableShippingMethod()) {{ trans('storefront::cart.checkout') }} 02 @else {{ trans('storefront::cart.checkout') }} 02 @endif
  • {{ trans('storefront::cart.order_complete') }} 03