@extends('layouts.sidebar') @section('content')
Total Rental Income for the Year: PHP {{ number_format($totalRentalIncomeYear, 2) }}
Total Expenses for the Year: PHP {{ number_format($totalExpensesYear, 2) }}
Net Income for the Year: PHP {{ number_format($netIncomeYear, 2) }}
Income Tax Due: PHP {{ number_format($incomeTaxDue, 2) }}
@endsection