@extends('layouts.front.login-site') @section('content')

Yield Calculator

Calculate the potential rental yield of your investment property.

Calculate Your Rental Yield

@if (isset($yield))

Calculated Yield: {{ number_format($yield, 2) }}%

Purchase Price: ₦{{ number_format($purchasePrice) }}

Monthly Rent: ₦{{ number_format($monthlyRent) }}

@endif
@csrf
@error('purchase_price')
{{ $message }}
@enderror
@error('monthly_rent')
{{ $message }}
@enderror
@endsection