@extends('layouts.adminapp') @section('title') {{ __('lng.Subscription') }} - {{ __('lng.PaymentHistory') }} @endsection @section('active_transactions', 'active') @section('open_transactions', 'open') @section('open_subscription', 'open') @section('active_subscription', 'active') @section('active_subscription_index', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Authority') }} | {{ __('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 }} | @foreach ($House->members as $Member) @if ($Member->member_relation_id == App\Extra\General\DBFixedValues::AUTHORITY){{ $Member->name }} | @endif @endforeach@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
data-bs-toggle="tooltip" data-bs-placement="bottom">
@if ($Voucher->isactive)
@else
@php
echo App\Http\Controllers\VoucherTypeController ::VoucherTypeIsActive('DELETED');
@endphp
@endif
|
{{ __('lng.Showing') }} {{ $Subscriptions->count() }} {{ __('lng.Items') }}