@extends('layouts.adminapp') @section('title') {{ __('lng.QuickView') }} - {{ __('lng.House') }} @endsection @section('content')
@foreach($House->members as $Member) @if($Member->member_relation_id == App\Extra\General\DBFixedValues::AUTHORITY) {{$Member->name}} @php $Phone=$Member->contact; @endphp @endif @endforeach
{{$Phone}} {{$House->place}}
{{__('lng.HouseSupscription')}} :
{{__('lng.SubscriptionAdvanceAmount')}}
@else{{__('lng.SubscriptionPendingAmount')}}
@endif ₹ {{abs($Balance)}}{{__('lng.Payments')}} :
{{$Member->name}}
{{$Member->contact}}
{{$Member->member_relation->title ?? ''}}{{__('lng.SiNo')}} | {{__('lng.Amount')}} | {{__('lng.Narration')}} | {{__('lng.Action')}} |
---|---|---|---|
{{++$si}} |
@currency($SubscriptionPayment->amount)
{{$Date}}
|
{{$SubscriptionPayment->narration}} |
|
{{__('lng.SiNo')}} | {{__('lng.Amount')}} | {{__('lng.Voucher')}} | {{__('lng.Head')}} | {{__('lng.Action')}} |
---|---|---|---|---|
{{++$si}} |
@currency($Donation->amount)
{{$Date}}
|
{{$Donation->VoucherType->title ?? ''}} | {{$Donation->payhead->title ?? ''}} |
|
{{__('lng.SiNo')}} | {{__('lng.FundList')}} | {{__('lng.CollectionAmount')}} | {{__('lng.Payed')}} | {{__('lng.Status')}} | {{__('lng.Action')}} |
---|---|---|---|---|---|
{{++$si}} | {{$FundListDetail->FundList->title ?? ''}} | @amount($FundListDetail->amount) |
|
@if($FundListDetail->amount<=$FundListDetail->Payments()->where('isCancelled',false)->orWhereNull('isCancelled')->sum('amount')) {{__('lng.Completed')}} @else {{__('lng.Pending')}} @endif | @php $VoucherType=$FundListDetail->FundList->voucher_type_id; $VoucherNo=\App\Models\FundListPayment::where('vouchertype_id',$VoucherType)->max('vouchernumber')+1; @endphp |