@extends('layouts.app') @section('title') Installment Plans @section('breadcrumb') @stop @section('content')

Installment Plans

@foreach($installmentPlan as $ins) @if($ins->status == true) @else @endif @endforeach
# Unit Type Unit Size Cost Amount Status Action
{{$count++}} {{$ins->plotType->name}} {{$ins->plotSize->name}} {{number_format($ins->cost_amount)}}ActiveInActive
@stop @section('js') @stop