@extends('layouts.adminapp') @section('title') {{ __('lng.RentReport') }} - {{ __('lng.PayHistory') }} @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.Date')}} | {{__('lng.Amount')}} | {{__('lng.Head')}} |
---|---|---|---|
{{++$i}} | {{$date}} | @currency($RentPayment->amount) | {{$RentPayment->payhead->title}} |