{{-- resources/views/documents/eviction-notice.blade.php --}} Eviction Notice

{{ $company['name'] }}

{{ $company['address'] }}

Phone: {{ $company['phone'] }} | Email: {{ $company['email'] }}

NOTICE TO QUIT AND VACATE
URGENT - LEGAL NOTICE
TENANT INFORMATION
Tenant Name: {{ $tenant->full_name }}
Email: {{ $tenant->email ?? 'N/A' }}
Phone: {{ $tenant->phone ?? 'N/A' }}
Property Address: {{ $tenant->address ?? 'N/A' }}
Lease Start Date: {{ \Carbon\Carbon::parse($lease->start_month)->format('F d, Y') }}
Monthly Rent: UGX {{ number_format($lease->monthly_rent) }}

TO: {{ $tenant->full_name }}

DATE: {{ $notice_date }}

You are hereby notified that your tenancy of the above-described premises is hereby terminated. You are required to QUIT AND SURRENDER the premises to the landlord on or before {{ $eviction_date }}.

REASON FOR TERMINATION: {{ $reason }}

If you fail to vacate the premises by the date specified above, legal proceedings will be instituted against you to recover possession of the property, declare the forfeiture of the lease, and obtain monetary damages for the wrongful detention of the premises.

@if($overdue_amount > 0)
OVERDUE PAYMENT DETAILS
Total Amount Due: UGX {{ number_format($overdue_amount) }}
@if($overdue_months->count() > 0) @foreach($overdue_months as $month) @endforeach
Month Amount Due Status
{{ $month->format('F Y') }} UGX {{ number_format($lease->monthly_rent) }} Overdue
@endif
@endif

IMPORTANT NOTICE:

This notice is served upon you for the reason stated above. You have the right to seek legal counsel. If you have any questions about your rights as a tenant, you may contact a lawyer or your local tenant rights organization.

LANDLORD/AGENT INFORMATION
Served by: {{ $company['name'] }}
Date of Service: {{ $notice_date }}
Method of Service: Personal Service / Posted Notice