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

{{ __($pageTitle) }}

{{ __('Total User') }}

{{$totalUser}}

{{ __('Total Customer') }}

{{$totalCustomer}}

{{ __('Subscriptions') }}

{{ $totalSubscription }}

{{ __('Monthly Recurring Revenue') }}

{{showPrice($monthlyRecurringRevenue)}}

{{ __('Total Subscription') }}

{{ __('Product Sold Out') }}

@endsection @push('script') @endpush