@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
@if(session()->has('message')) @endif
@php $currentYear = date('Y'); $lastFiveYears = range($currentYear, $currentYear - 4); @endphp
Please select year for which you want to see expenses
@foreach ($lastFiveYears as $year) {{ $year }} @endforeach

Current Expenses for {{$lastFiveYears[0]}}
Add Expense
Expenses Type Amount Date Property File Attachments
@include('landlord_layouts.footer')
@include('landlord_layouts.script')