@extends('layouts.adminapp')
@section('content')
{{-- Subscription Payment Report --}}
{{__('lng.SiNo')}} | {{__('lng.Name')}} | {{__('lng.HouseName')}} | {{__('lng.Property')}} | {{ __('lng.Invoice') }} | {{ __('lng.Date') }} | {{ __('lng.Head') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|---|---|
{{ ++$si }} | {{ $RentPaymentPagination->PropertyRent->Member->name ?? $RentPaymentPagination->PropertyRent->name }} | {{ $RentPaymentPagination->PropertyRent->Member->house->name ?? $RentPaymentPagination->PropertyRent->address }} | {{ $RentPaymentPagination->PropertyRent->Property->title ?? '' }} | {{ $RentPaymentPagination->invoicenumber }} | {{ $DTs }} | {{ $RentPaymentPagination->payhead->title ?? '' }} | @currency($RentPaymentPagination->amount ?? '0') |
{{__('lng.TotalAmount')}} | @currency($Total) |