@extends('layouts.adminapp') @section('title') {{ __('lng.RentPayment') }} - {{ __('lng.PayDetails') }} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_rent_payment', '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.Amount') }} | {{ __('lng.Paid') }} |
---|---|---|---|
{{ ++$si }} | {{ $monthName }} | @currency($PropertyRent->monthly_rent) | = 0) checked @endif readonly> |
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.PayAmount') }} | {{ __('lng.Action') }} |
---|---|---|---|
{{ ++$si }} | {{ $Date }} | @currency($RentPayment->amount) |