Product |
@if ($s->exists)
#{{ $s->id }}: {{ $s->name }} |
@endif
#{{ $p->id }}: {{ $p->name }} |
@if ($s->exists)
{{ $p->category_name }} |
@endif
Setup |
@if ($s->exists)
${{ number_format($a=$o->account->taxed($s->setup_cost),2) }} |
${{ number_format($b=$o->account->taxed($p->setup_charge),2) }} |
{!! markup($a,$b) !!} |
@else
- |
@endif
{{--
Billed |
@if ($s->exists)
{{ $s->billing_interval_string }} |
@endif
{{ $o->billing_interval_string }} |
@if ($s->exists)
|
@endif
Billing Price |
@if ($s->exists)
${{ number_format($a=$o->account->taxed($s->base_cost*\App\Models\Invoice::billing_change($s->billing_interval,$p->billing_interval)),2) }} |
@endif
${{ number_format($b=$o->billing_charge,2) }} |
@if ($s->exists)
{!! markup($a,$b) !!} |
@endif
Monthly Price |
@if ($s->exists)
${{ number_format($a=$o->account->taxed($s->base_cost*\App\Models\Invoice::billing_change($s->billing_interval,1)),2) }} |
@endif
isChargeOverriden()) class="text-danger" @endif>${{ number_format($b=($x ? $o->account->taxed($p->base_charge) : $o->billing_monthly_price),2) }} |
@if ($s->exists)
{!! markup($a,$b) !!} |
@endif
Contract |
@if ($s->exists)
{{ $s->contract_term }} months |
@endif
{{ $p->contract_term }} months |
@if ($s->exists)
|
@endif
Min Price |
@if ($s->exists)
${{ number_format($a=$o->account->taxed($s->min_cost),2) }} |
${{ number_format($b=$o->account->taxed($p->getMinChargeAttribute($o->billing_interval)),2) }} |
{!! markup($a,$b) !!} |
@else
- |
@endif
--}}