@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Back
Select a billing cycle
Confirm billing cycle
Billing Cycle
Pay annually
billed ${{number_format(((25 * $unit) - $discount) * 12, 2)}} annually + applicable taxes
You save $20 by paying annually
Pay monthly
(current)
billed ${{number_format(((25 * $unit) - $discount), 2)}} monthly + applicable taxes
Next
@include('landlord_layouts.footer')
@include('landlord_layouts.script')