@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}} |
{{ __('lng.Showing') }} {{ $MemberSubscriptionPayments->count() }} {{ __('lng.Items') }}