@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
@if (!empty($tenant_info))
@if(session()->has('message')) @endif
{{$tenant_info->unique_id}}
${{number_format($tenant_info->late_fee,2)}}
{{$tenant_info->grace_period_days}}
{{$tenant_info->number_of_security_deposit}}
${{number_format($tenant_info->total_security_deposit,2)}}
@if ($tenant_info->rent_due_date > 10) th of the month @else th of the month @endif
{{$tenant_info->secondary_first_name.' '.$tenant_info->secondary_last_name}}
{{$tenant_info->pets}}
{{$tenant_info->storage}}
{{$tenant_info->parking}}
@endif
@include('tenant_layouts.footer') @include('tenant_layouts.script')