@extends('user.layouts.app') @push('title') {{ __('Dashboard') }} @endpush @section('content')
{{ $totalCustomer }}
{{ $totalSubscription }}/{{ showPrice($totalSubscriptionSales) }}
{{ showPrice($monthlyRecurringRevenue) }}
{{ showPrice($totalSales) }}
{{ __('Total Subscription') }}
{{ __('VS LAST WEEK') }}
{{ __('Activity') }}
{{ __('Plan Name') }}
|
{{ __('Customers') }}
|
---|---|
{{ $plan->plan_name }} | {{ $plan->users_email }} |
{{ __('No Data Found') }} |
{{ __('Month') }}
|
{{ __('Subscriber') }}
|
---|---|
{{ $item['month'] }} | {{ $item['subscriber'] }} |
{{ __('No Data Found') }} |
{{ __("Today's Sale") }} | {{ showPrice($totalSalesAmountToday) }} |
{{ __("Yesterday's Sale") }} | {{ showPrice($totalSalesAmountYesterday) }} |
{{ __('Daily Average') }} | {{ showPrice($dailyAverage) }} |
{{ __('Month') }}
|
{{ __('Revenue') }}
|
---|---|
{{ $item['month'] }} | {{ showPrice($item['revenue']) }} |
{{ __('No Data Found') }} |