@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')

{{ _trans('common.Welcome to') }} {{ @base_settings('company_name') }} [{{ Auth::user()->name }}]

Total Companies

{{ $data['totalCompany'] }}

Total Subscriptions

{{ $data['totalSubscription'] }}

Total Active Subscriptions

{{ $data['totalActiveSubscription'] }}

Total Plans

{{ $data['totalPlan'] }}

{{ _trans('common.Company Earning') }}

{{ _trans('common.Subscription Plan Status') }}

@endsection @section('script') {{-- chart js (Company Earning) --}} {{-- chart js (Company Earning) end --}} {{-- chart js (Subscription Plan Status) --}} {{-- chart js (Subscription Plan Status) end --}} @endsection