@extends('layouts.adminapp') @section('title') {{ __('lng.MemberSubscriptionPayment') }} - {{ __('lng.PaymentHistory') }} @endsection @section('active_transactions', 'active') @section('open_transactions', 'open') @section('open_subscription', 'open') @section('active_subscription', 'active') @section('active_member_subscription_index', 'active') @section('content')
{{ $MemberSubscription->member->house->name }} {{ $MemberSubscription->member->contact }}
{{--{{ __('lng.Class') }}
{{$Student->Class->title ?? 'Pass Out' }}
{{ __('lng.BatchYear') }}
{{$Student->batch_year}}
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{__('lng.Head')}} | {{ __('lng.Amount') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|
{{ ++$si }} | @php $DTs = date('d-m-Y', strtotime($Subscription->date)); $DTt = date('Y-m-d', strtotime($Subscription->date)); @endphp{{$DTs}} | {{$Subscription->Head->title}} | @currency($Subscription->amount) | {{$Subscription->narration}} |
date))
type="button" title="{{ __('lng.AccountClosedEdit') }}"
@else
onclick="EditSubscription('{{ $Subscription->id }}','{{ $DTt }}','@amount($Subscription->amount)','{{ $Subscription->head }}','{{ $Subscription->narration }}')"
title="{{ __('lng.Edit') }}"
@endif
class="btn btn-wave btn-sm btn-primary-light" data-bs-toggle="tooltip"
data-bs-placement="bottom" >
@if ($Voucher->isactive)
@else
@php
echo App\Http\Controllers\VoucherTypeController ::VoucherTypeIsActive('DELETED');
@endphp
@endif
|
{{ __('lng.Showing') }} {{ $MemberSubscriptionPayments->count() }} {{ __('lng.Items') }}