@extends('front_layouts.master') @section('title' , 'Tenancy') @section('main-content') @include('front_layouts.navbar')

Subscription Plans

Add additional units to your selected plan!

Add 3 units or more and receive 20% off subscription price

@if(count($package) > 0) @foreach($package as $pack) @if($pack->id == $package_id)
id == $package_id) checked @elseif($pack->id == 1) checked @endif name="plan" autocomplete="off">
@endif @endforeach @endif
Select plans start at the lowest number of units form the plan selected. You can add more units to your selected plan by using the toggle above. Receive a 20% discount on your monthly plan when adding 3 units or more.
Back
@if($package_id == 1) @elseif($package_id == 2) @else @endif
@include('front_layouts.footer') @endsection