@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
{{Auth::user()->unique_id}}
{{$sub->quantity}}
{{ date_format($subscription->created_at, "M d, Y")}}
Payment
**** **** **** {{$data['card']['last4']}}
@if($subscription->current_status == 'active') ${{number_format($subscription->amount,2)}} @else - @endif
@if($subscription->current_status == 'active')
{{$nextDueDate}}
@else
-
@endif
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>
@else

Subscription Canceled

@endif
@include('landlord_layouts.footer')
@include('landlord_layouts.script')