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