@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'] }}
@endsection
@section('script')
{{-- chart js (Company Earning) --}}
{{-- chart js (Company Earning) end --}}
{{-- chart js (Subscription Plan Status) --}}
{{-- chart js (Subscription Plan Status) end --}}
@endsection