@extends('layouts.dashboard_sidebar') @section('title', 'Economy / Standard / Premium Pricing Structure') @section('main-content')

AMSDTI Help

Economy / Standard / Premium Pricing Structure

Upload Time Mill Type Mill Time Type Member Price Non-Member Price
12:00am-10:00am Economy Mill Today Full Contour ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1061']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2061']->standardPriceInCents) }}
Coping ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1041']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2041']->standardPriceInCents) }}
10:00am-2:00pm Standard Mill Today Full Contour ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1062']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2062']->standardPriceInCents) }}
Coping ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1042']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2042']->standardPriceInCents) }}
Economy Mill Tomorrow Full Contour ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1061']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2061']->standardPriceInCents) }}
Coping ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1041']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2041']->standardPriceInCents) }}
2:00pm-5:00pm Premium Mill Today Full Contour ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1063']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2063']->standardPriceInCents) }}
Coping ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1043']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2043']->standardPriceInCents) }}
Economy Mill Tomorrow Full Contour ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1061']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2061']->standardPriceInCents) }}
Coping ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1041']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2041']->standardPriceInCents) }}
5:00pm-12:00am Economy Mill Tomorrow Full Contour ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1061']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2061']->standardPriceInCents) }}
Coping ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['1041']->memberPriceInCents) }} ${{ AmsdtiBilling\PeachtreeCode::priceIntegerInCentsToString( $billingCodes['2041']->standardPriceInCents) }}
* All times are Central Standard Time (CST)
* Prices only reflect zirconia milled products
* Standard and Premium mill types are only available on standard business days
@stop @section('extra-scripts') {!! Html::script('assets/jquery-validation/dist/jquery.validate.min.js') !!} {!! Html::script('assets/jquery-validation/dist/additional-methods.min.js') !!} @stop