@extends('layouts.adminapp') @section('title') {{ __('lng.MemberSubscription') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_assign_subscription', 'open') @section('active_assign_subscription', 'active') @section('active_member_subscription', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Member') }} | {{ __('lng.Contact') }} | {{ __('lng.House') }} | {{ __('lng.RegisterNumber') }} | {{ __('lng.SubscriptionPackage') }} | {{ __('lng.Pending') }} / {{ __('lng.Advance') }} | {{ __('lng.Amount') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|---|---|---|---|---|---|
{{ ++$si }} | @php $DTs = date("d-m-Y",strtotime($MemberSubscription->date)); @endphp{{ $DTs }} | {{ $MemberSubscription->member->name ?? '' }} | {{ $MemberSubscription->member->contact ?? '' }} | {{ $MemberSubscription->member->house->name ?? '' }} | {{ $MemberSubscription->member->house->registernumber ?? '' }} | {{ $MemberSubscription->subscriptionpackage->title ?? '' }} | @if ($MemberSubscription->DRorCR == 'Dr') {{ __('lng.Pending') }} @elseif($MemberSubscription->DRorCR == 'Cr') {{ __('lng.Advance') }} @else {{ __('lng.None') }} @endif | @currency($MemberSubscription->openingbalance) |
{{ __('lng.Showing') }} {{ $MemberSubscriptions->count() }} {{ __('lng.Items') }}