@extends('layouts.adminapp') @section('title') {{ __('lng.PropertyRentVoucher') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_voucher', 'open') @section('active_voucher', 'active') @section('property_rent_voucher', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Name') }} | {{ __('lng.HouseName') }} | {{ __('lng.Property') }} | {{ __('lng.Invoice') }} | {{ __('lng.Date') }} | {{ __('lng.Head') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|---|---|
{{ ++$si }} | {{ $RentPayment->PropertyRent->Member->name ?? $RentPayment->PropertyRent->name }} | {{ $RentPayment->PropertyRent->Member->house->name ?? $RentPayment->PropertyRent->address }} | {{ $RentPayment->PropertyRent->Property->title ?? '' }} | {{ $RentPayment->invoicenumber }} | {{ $DTs }} | {{ $RentPayment->payhead->title ?? '' }} | @currency($RentPayment->amount ?? '0') |
{{ __('lng.Total') }} | @currency($Total) |