@extends('layouts.adminapp') @section('title') {{ __('lng.RentReport') }} - {{ __('lng.MonthlyReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_rent_report', 'open') @section('active_rent_report', 'active') @section('content')
{{ $PropertyRent->Member->house->name ?? '' }} {{ $PropertyRent->Member->contact ?? '' }}
{{ __('lng.BalanceAmount') }}
@currency($Balance)
@else{{ __('lng.AdvanceAmount') }}
@currency(abs($Balance))
@endif{{ $PropertyRent->address }} {{ $PropertyRent->phone }}
{{ $PropertyRent->address }}
{{ __('lng.BalanceAmount') }}
@currency($Balance)
@else{{ __('lng.AdvanceAmount') }}
@currency(abs($Balance))
@endif{{ __('lng.SiNo') }} | {{ __('lng.Month') }} | {{ __('lng.MonthlyAmount') }} | {{ __('lng.PaidAmount') }} |
---|---|---|---|
{{ ++$si }} | {{ $monthName }} | @currency($PropertyRent->monthly_rent) | @if ($PayAmount >= 0) @currency($PropertyRent->monthly_rent) @else @currency(0) @endif | @php $Month++; @endphp