@extends('layouts.memberapp') @section('title') {{ __('lng.Member') }} - {{ __('lng.HouseSubscription') }} @endsection @section('active_house_subscription', 'active') @section('content')
{{ __('lng.Details') }}
{{ __('lng.Monthly') }} {{ __('lng.Annual') }}
{{ __('lng.HouseSupscription') }} {{ __('lng.Monthly') }} :
{{ __('lng.SubscriptionAdvanceAmount') }}
@else{{ __('lng.SubscriptionPendingAmount') }}
@endif ₹ {{ abs($MonthlyPending) }}{{ __('lng.HouseSupscription') }} {{ __('lng.Annual') }} :
{{ __('lng.SubscriptionAdvanceAmount') }}
@else{{ __('lng.SubscriptionPendingAmount') }}
@endif ₹ {{ abs($AnnualPending) }}| {{ __('lng.SiNo') }} | {{ __('lng.Amount') }} | {{ __('lng.Narration') }} |
|---|---|---|
| {{ ++$si }} |
@currency($SubscriptionPayment->amount)
{{ $Date }}
|
{{ $SubscriptionPayment->narration }} |
| {{ __('lng.SiNo') }} | {{ __('lng.Amount') }} | {{ __('lng.Narration') }} |
|---|---|---|
| {{ ++$si }} |
@currency($AnnualSubscriptionPayment->amount)
{{ $Date }}
|
{{ $AnnualSubscriptionPayment->narration }} |