@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
@csrf
Account number
{{$tenant->unique_id}}
Late Fee Amount
Grace Period Days
Number of Security Deposit
Total Security Deposit
Rent Due Date
rent_due_date) @if($tenant->rent_due_date == 1) selected @endif @else @if($day == 1) selected @endif @endif>1
st
of the month
rent_due_date) @if($tenant->rent_due_date == 2) selected @endif @else @if($day == 2) selected @endif @endif>2
nd
of the month
rent_due_date) @if($tenant->rent_due_date == 3) selected @endif @else @if($day == 3) selected @endif @endif>3
rd
of the month
rent_due_date) @if($tenant->rent_due_date == 4) selected @endif @else @if($day == 4) selected @endif @endif>4
th
of the month
rent_due_date) @if($tenant->rent_due_date == 5) selected @endif @else @if($day == 5) selected @endif @endif>5
th
of the month
rent_due_date) @if($tenant->rent_due_date == 6) selected @endif @else @if($day == 6) selected @endif @endif>6
th
of the month
rent_due_date) @if($tenant->rent_due_date == 7) selected @endif @else @if($day == 7) selected @endif @endif>7
th
of the month
rent_due_date) @if($tenant->rent_due_date == 8) selected @endif @else @if($day == 8) selected @endif @endif>8
th
of the month
rent_due_date) @if($tenant->rent_due_date == 9) selected @endif @else @if($day == 9) selected @endif @endif>9
th
of the month
rent_due_date) @if($tenant->rent_due_date == 10) selected @endif @else @if($day == 10) selected @endif @endif>10
th
of the month
rent_due_date) @if($tenant->rent_due_date == 11) selected @endif @else @if($day == 11) selected @endif @endif>11
th
of the month
rent_due_date) @if($tenant->rent_due_date == 12) selected @endif @else @if($day == 12) selected @endif @endif>12
th
of the month
rent_due_date) @if($tenant->rent_due_date == 13) selected @endif @else @if($day == 13) selected @endif @endif>13
th
of the month
rent_due_date) @if($tenant->rent_due_date == 14) selected @endif @else @if($day == 14) selected @endif @endif>14
th
of the month
rent_due_date) @if($tenant->rent_due_date == 15) selected @endif @else @if($day == 15) selected @endif @endif>15
th
of the month
rent_due_date) @if($tenant->rent_due_date == 16) selected @endif @else @if($day == 16) selected @endif @endif>16
th
of the month
rent_due_date) @if($tenant->rent_due_date == 17) selected @endif @else @if($day == 17) selected @endif @endif>17
th
of the month
rent_due_date) @if($tenant->rent_due_date == 18) selected @endif @else @if($day == 18) selected @endif @endif>18
th
of the month
rent_due_date) @if($tenant->rent_due_date == 19) selected @endif @else @if($day == 19) selected @endif @endif>19
th
of the month
rent_due_date) @if($tenant->rent_due_date == 20) selected @endif @else @if($day == 20) selected @endif @endif>20
th
of the month
rent_due_date) @if($tenant->rent_due_date == 21) selected @endif @else @if($day == 21) selected @endif @endif>21
st
of the month
rent_due_date) @if($tenant->rent_due_date == 22) selected @endif @else @if($day == 22) selected @endif @endif>22
of the month
rent_due_date) @if($tenant->rent_due_date == 23) selected @endif @else @if($day == 23) selected @endif @endif>23
rd
of the month
rent_due_date) @if($tenant->rent_due_date == 24) selected @endif @else @if($day == 24) selected @endif @endif>24
th
of the month
rent_due_date) @if($tenant->rent_due_date == 25) selected @endif @else @if($day == 25) selected @endif @endif>25
th
of the month
rent_due_date) @if($tenant->rent_due_date == 26) selected @endif @else @if($day == 26) selected @endif @endif>26
th
of the month
rent_due_date) @if($tenant->rent_due_date == 27) selected @endif @else @if($day == 27) selected @endif @endif>27
th
of the month
rent_due_date) @if($tenant->rent_due_date == 28) selected @endif @else @if($day == 28) selected @endif @endif>28
th
of the month
rent_due_date) @if($tenant->rent_due_date == 29) selected @endif @else @if($day == 29) selected @endif @endif>29
th
of the month
rent_due_date) @if($tenant->rent_due_date == 30) selected @endif @else @if($day == 30) selected @endif @endif>30
th
of the month
rent_due_date) @if($tenant->rent_due_date == 31) selected @endif @else @if($day == 31) selected @endif @endif>31
th
of the month
Secondary Tenant Name
Pets
Storage
Parking
Notes
{{$tenant->notes}}
Login Credentials
Username
Password
Cancel
Save
@include('landlord_layouts.footer')
@include('landlord_layouts.script')