{!! $o->description !!}
Type | {{ $o->product_type }} |
---|---|
Setup Charges * | ${{ is_numeric($o->setup_cost) ? number_format($o->setup_cost,2) : $o->setup_cost }} |
Cost | ${{ is_numeric($o->default_cost) ? number_format($o->default_cost,2) : $o->default_cost }} |
Default Billing | {{ is_numeric($o->default_billing) ? number_format($o->default_billing,2) : $o->default_billing }} |
Contract Term | {{ $o->contract_term }} mths |
Minimum Costs * | ${{ is_numeric($o->minimum_cost) ? number_format($o->minimum_cost,2) : $o->minimum_cost }} |
* Additional setup charges may apply for complex installations. |