@extends('layouts.app') @section('title', 'My Maintenance Requests') @section('content')
{{ $tenant->first_name }} {{ $tenant->last_name }} ({{ $tenant->unit->property->name }} - Unit {{ $tenant->unit->unit_number }})
{{ Str::limit($maintenanceRequest->description, 200) }}
You haven't submitted any maintenance requests yet.
Submit Your First Request