@extends('super_admin.layouts.app') @push('title') {{$pageTitle}} @endpush @section('content') @if(isAddonInstalled('ALUSAAS'))

{{ __($pageTitle) }}

{{ __('Total User') }}

{{$totalUser}}

{{ __('Active Package') }}

{{$activePackage}}

{{ __('Current Subscriptions') }}

{{ $totalCurrentSubscription }}

{{ __('Monthly Revenue') }}

({{ now()->format('F') }})

{{showPrice($monthlyRevenue)}}

{{ __('Monthly Subscription Summery') }}

@else

{{ __($pageTitle) }}

{{ __('Total Alumni') }}

{{ $totalAlumni }}

{{ __('Current Members') }}

{{ $currentMember }}

{{ __('Upcoming Event') }}

{{ $totalUpcomingEvent }}

{{ __('Member') }}

{{ now()->format('F') }}

{{ $memberThisMonth }}

{{ __('Transaction') }}

{{ now()->format('F') }}

{{ showPrice($transactionThisMonth) }}

{{ __('Payment Summary') }}

{{ __('Event Ticket Summary') }}

{{--

My Job Post

--}}

{{ __('Latest Transaction Summary') }}

{{ __('Name') }}
{{ __('Purpose') }}
{{ __('Transaction ID') }}
{{ __('Payment Method') }}
{{ __('Date and Time') }}
{{ __('Amount') }}
@endif @endsection @if(isAddonInstalled('ALUSAAS')) @push('script') @endpush @else @push('script') @endpush @endif