@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Back
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
If you cancel your tenancy subscription you and your tenants will no longer have access to Tenancy Web. If you decide to renew, you will have to renew at the same subscription you previously had or start a new subscription. After 90 days your data will be taken offline.
All data will be permanently lost.
Summary
@if($package->package_id == 1) Single Unit @elseif($package->package_id == 2) Multi Unit @else Commercial @endif plan
Renews on {{$nextDueDate}} for ${{number_format($subscription->amount,2)}} {{$package->schedule_type}} plus applicable taxes.
Total Refund
$0.00
@if($subscription->current_status != 'canceled')
Confirm Cancelation
@else
Subscription Already Canceled
@endif
@include('landlord_layouts.footer')
@include('landlord_layouts.script')