@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
Account number: {{$tenant_info->unique_id}}
@if(session()->has('message')) @endif
@csrf
{{date('m/d/Y', strtotime($due_date))}}
@if($pay_count > 0){{ date('m/d/Y', strtotime($last_paydate))}} @else {{ date('m/d/Y', strtotime($tenant_info->created_at))}} @endif
${{number_format($tenant_info->balance,2)}}
@if($is_future_date_set == 'yes')
Future payment is set for {{date("m/d/Y", strtotime($future_payment_date))}}. Cancel Payment
@endif @if($connect_status != 'active')
Unable to make payment at this time, please contact your landlord
@endif

@if($tenant_info->status == 0 || $tenant_info->balance <= 0 || $connect_status != 'active' || $is_future_date_set == 'yes') @else @endif
@include('tenant_layouts.footer')
@include('tenant_layouts.script')