@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)
@endforeach
@endif
@include('front_layouts.footer')
@endsection