@extends('super_admin.layouts.admin') @section('page-title') {{ __('Dashboard') }} @endsection @push('theme-script') @endpush @push('script-page') @endpush @section('content')
{{-- Total Businesses --}}
{{ __('Total Businesses') }}

{{ $total_businesses }}

{{ __('Active') }} : {{ $active_businesses }}
{{-- Total Orders --}}
{{ __('Total Orders') }}

{{ $total_orders }}

{{ __('Total Revenue') }} : {{ env('CURRENCY_SYMBOL', '₹') }}{{ $total_revenue }}
{{-- Plans --}}
{{ __('Total Plans') }}

{{ $total_plans }}

{{ __('Most Purchased Plan') }} : {{ $most_purchased_plan }}
{{-- Chart --}}

{{ __('Recent Revenue') }}

@endsection