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

{{ __($pageTitle) }}

@if(isAddonInstalled('ALUSAAS'))

{{ __('Current Domain') }} : {{auth()->user()->domain?->domain}}

@endif

{{ __('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') }}
@endsection @push('script') @endpush