{{ __('lng.SiNo') }} | {{ __('lng.Action') }} | {{ __('lng.Member') }} | {{ __('lng.Contact') }} | {{ __('lng.HouseName') }} | {{ __('lng.Reg.No.') }} | {{ __('lng.OpeningBalance') }} {{ __('lng.Pending') }} / {{ __('lng.Advance') }} |
{{ __('lng.MonthlyAmount') }} | {{ __('lng.Month') }} | {{ __('lng.Payable') }} | {{ __('lng.Payed') }} | {{ __('lng.Balance') }}/{{ __('lng.Advance') }} | {{ ++$si }} | @if ($MemberSubscription->Photo) @else @endif | {{ $MemberSubscription->Name }} | {{ $MemberSubscription->Contact }} | {{ $MemberSubscription->HouseName }} | {{ $MemberSubscription->HouseNo }} | @if ($OpeningBalance < 0) @currency($OpeningBalance * -1) @elseif($OpeningBalance > 0) @currency($OpeningBalance) @else @currency($OpeningBalance) @endif | @currency($Amount) | {{ $TotMonth }} | {{ $Payable }} | {{ $Payed }} | @if ($AdBal < 0) @currency($AdBal * -1) @elseif($AdBal > 0) @currency($AdBal) @else @currency($AdBal) @endif | @endforeach
---|
{{ __('lng.Showing') }} {{ $MemberSubscriptions->count() }} {{ __('lng.Items') }}