@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
@if(session()->has('message')) @endif
Payment Methods
@if(count($cardlist) > 0) @foreach($cardlist as $card)
{{ '**************' . substr($card->card_number,-4);}}
Edit
@endforeach @else
No Payment Method Added
@endif
Add a payment method
Add
@if(count($autopaylist) > 0)
Enrolled in auto pay
@else
Set up auto pay
@endif
@if($tenant_info->status == 0) Setup @elseif(count($autopaylist) > 0) Edit @else Setup @endif
@include('tenant_layouts.footer')
@include('tenant_layouts.script')