@extends('layouts.adminapp') @section('title') {{ __('lng.QuickView') }} - {{ __('lng.Member') }} @endsection @section('content')
{{ $Member->house->name }}
{{ $Member->contact }} {{ $Member->house->place }}
{{__('lng.HouseDetails')}}
{{__('lng.QuickView')}}{{__('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 |
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Amount') }} | {{ __('lng.Status') }} |
---|---|---|---|
{{ ++$si }} | {{ $KuriPeriod->title }} | @currency($KuriMember->amount ) |
@if (App\Models\KuriCollection::where('kuri_member_id',$KuriMember->id)->where('kuri_period_id',$KuriPeriod->id)->count())
{{__('lng.Payed')}}
@else
{{__('lng.NotPayed')}}
@endif
|