@extends('layouts.dashboard') @section('title', __('messages.leases')) @section('header', __('messages.leases')) @section('sidebar') @include('tenant.partials.sidebar') @endsection @section('content')
View and manage all your rental lease agreements
You currently have {{ $leases->count() }} {{ Str::plural('lease agreement', $leases->count()) }} in your account. Select any lease below to access comprehensive details including property information, payment schedule, lease terms, and payment history.
{{ $lease->property->address }}, {{ $lease->property->city }}
You don't have any active lease agreements at the moment.
Once a lease agreement is created for you, it will appear here.