VIEW PROMO DETAILS
PROMO TITLE
{{ strtoupper($header->promo_title) }}
MINIMUM GD
{{ number_format($header->required_gd,2,".",",") }}
PENALTY
{{ number_format($header->bill_penalty,2,".",",") }}%
LOCK-IN
{{ $header->contract_lockin }} Mo(s)
DURATION
{{ date('M d, Y', strtotime($header->duration_from)) }} to {{ date('M d, Y', strtotime($header->duration_to)) }}
@if($conditions->isNotEmpty())
PROMO CONDITIONS
@foreach($conditions as $c) @endforeach @foreach($conditions as $c) @endforeach
{{ strtoupper($c->particulars) }}
{{ strtoupper($c->condition) }}
@endif
PROMO DETAILS
@foreach ($details as $d) @endforeach
PARTICULARS PAYMENT METHOD SENIOR DISCOUNT INTEREST DOWNPAYMENT TERMS MIN TERMS MAX
{{ strtoupper($d->particulars) }} {{ strtoupper($d->payment_method) }} {{ $d->senior_rate ? number_format($d->senior_rate,2,".",",").'%' : '0.00%' }} {{ $d->discount_rate ? number_format($d->discount_rate,2,".",",").'%' : '0.00%' }} {{ $d->interest_rate ? number_format($d->interest_rate,2,".",",").'% @ '.strtoupper($d->interest_type) : '0.00%' }} {{ $d->atb_downpayment ? number_format($d->atb_downpayment,2,".",",") : '-' }} {{ $d->terms_min ? $d->terms_min.' Mo(s)' : '-' }} {{ $d->terms_max ? $d->terms_max.' Mo(s)' : '-' }}