Change Connection Type

Customer's Name: Santiago, Edmark Belo
Application Promo: {{ $appl->promo ? $appl->promo->promo_title : 'N/A' }}
Connection Type: Plug Connection @foreach($data as $d) @endforeach
PARTICULARS BASIC AMT DISCOUNT INTEREST BALANCE P. METHOD INIT. PAYMENT NET AMT TERMS MONTHLY STATUS AMT PAID
{{ ucwords($d->particulars) }} {{ number_format($d->amt_basic,2,".",",") }} {{ number_format($d->discount_amt,2,".",",") }} {{ number_format($d->interest_amt,2,".",",") }} {{ number_format($d->amt_balance,2,".",",") }} @if($d->payment_method == 'ins') {{ 'Installment' }} @endif @if($d->payment_method == 'atb') {{ 'Add to Bill' }} @endif @if($d->payment_method == 'full') {{ 'Full' }} @endif {{ number_format($d->amt_initial,2,".",",") }} {{ number_format($d->amt_remaining,2,".",",") }} @if($d->payment_method != 'full') {{ $d->terms }} Mo(s) @else {{ '-' }} @endif @if($d->payment_method != 'full') {{ number_format($d->amortization,2,".",",") }} @else {{ '-' }} @endif @if($d->payment_method == 'full') @if($d->status == 'p') @else @endif @else {{ '-' }} @endif {{ number_format($d->amt_paid,2,".",",") }}
TOTAL AMT PAID {{ number_format($data->sum('amt_paid'),2,".",",") }}
PARTICULARS BASIC AMT DISCOUNT INTEREST BALANCE P. METHOD INIT. PAYMENT NET AMT TERMS MONTHLY STATUS AMT PAID
Service Fee 0.00 0.00 0.00 0.00 Full 0.00 0.00 - - - {{ number_format($d->amt_paid,2,".",",") }}
Materials 0.00 0.00 0.00 0.00 Full 0.00 0.00 - - - {{ number_format($d->amt_paid,2,".",",") }}
TOTAL AMT PAID {{ number_format($data->sum('amt_paid'),2,".",",") }}