@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')

{{ __('lng.MemberSubscriptionPayment') }}

{{ $MemberSubscription->member->name}}
{{ __('lng.Back') }}

{{ $MemberSubscription->member->house->name }} {{ $MemberSubscription->member->contact }}

{{--

{{ __('lng.Class') }}

{{$Student->Class->title ?? 'Pass Out' }}

{{ __('lng.BatchYear') }}

{{$Student->batch_year}}

--}}
{{ __('lng.PaymentHistory') }}
@php $si=0; @endphp @foreach($MemberSubscriptionPayments as $Subscription) @php $DTs = date('d-m-Y', strtotime($Subscription->date)); $DTt = date('Y-m-d', strtotime($Subscription->date)); @endphp @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Date') }} {{__('lng.Head')}} {{ __('lng.Amount') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }}{{$DTs}} {{$Subscription->Head->title}} @currency($Subscription->amount) {{$Subscription->narration}}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $MemberSubscriptionPayments->count() }} {{ __('lng.Items') }}

@endsection