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

Subscription Plans

Choose the best plan for your business.
Add units as you grow!

@if(count($package) > 0) @foreach($package as $pack)
id == $package_id) checked @endif name="plan" autocomplete="off">
@endforeach @endif
@include('front_layouts.footer') @endsection