@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Back
Account ID
{{Auth::user()->unique_id}}
Registered Units
{{$sub->quantity}}
Member since
{{ date_format($subscription->created_at, "M d, Y")}}
Payment
Card Number
**** **** **** {{$data['card']['last4']}}
Next Payment
@if($subscription->current_status == 'active')
${{number_format($subscription->amount,2)}}
@else
-
@endif
Payment Due
@if($subscription->current_status == 'active')
{{$nextDueDate}}
@else
-
@endif
Plan
Current Plan
@if($package->package_id == 1) Single Unit @elseif($package->package_id == 2) Multi Unit @else Commercial @endif Plan
Paid {{$package->schedule_type}}
@if($subscription->current_status == 'active')
Change
@else
Renew Plan
@endif
@if($subscription->current_status != 'canceled')
invoice_status == 'active') checked @endif>
Renew Automatically
Cancel Subscription
@else
Subscription Canceled
@endif
@include('landlord_layouts.footer')
@include('landlord_layouts.script')