@extends('layouts.app') @section('title') Schedule Plan Detail @stop @section('breadcrumb') @stop @section('content')

Schedule Plan Detail


Priority | Down Payment {{round($down_payment_priority)}} - ({{round($plan->down_payment)}} %)
Priority | Monthly Installment {{round($installment_priority)}} - ({{round($plan->monthly_installment)}} %)
Priority | Possession {{round($possession_priority)}} - ({{round($plan->possession)}} %)
Priority | Allotment {{round($allotment_priority)}} - ({{round($plan->allotment)}} %)
Priority | Confirmation {{round($confirmation_priority)}} - ({{round($plan->confirmation)}} %)
Priority | Booking {{round($booking_priority)}} - ({{round($plan->booking)}} %)
Priority | File Processing {{round($file_processing_priority)}} - ({{round($plan->file_processing)}} %)
Priority | Registration {{round($registration_priority)}} - ({{round($plan->registration)}} %)
Priority | Ballon {{round($ballon_priority)}} - ({{round($plan->ballon)}} %)
Priority | Balloting {{round($bulleting_priority)}} - ({{round($plan->bulleting)}} %)
Priority | Semi Annual Installment {{round($semi_annual_installment_priority)}} - ({{round($plan->semi_installment)}} %)
Possession Date {{$plan->possession_date ? date('d-F-Y' , strtotime( $plan->possession_date)) : 'system default date'}}
Voucher Valid After {{$plan->voucher_valid_after ? date('d-F-Y' , strtotime( $plan->voucher_valid_after)) : 'no date added'}}
Total Months {{$plan->total_months}} months
Late Fine {{$plan->fine}}
Updated at {{$plan->updated_at}}
@stop