@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
{{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
{{$tenant_info->unique_id}}
${{$tenant_info->balance}}
CARD
{{date('m/d/Y')}}
@if($tenant_info->rental_status == 'Expired') @else @endif
@include('tenant_layouts.footer')
@include('tenant_layouts.script')