@extends('layouts.app') @section('content')
@if($global->system_update == 1) @if(isset($lastVersion))
@lang('modules.update.newUpdate')
@endif @endif @if (!$user->mobile_verified && $smsSettings->nexmo_status == 'active')
@endif
@if(!is_null($packageData) && $paymentSetting->stripe_status == 'active')
@lang('app.setStripePlanID'): @lang('messages.stripePlanIdRequired')
@endif

{{ $totalCompanies }}

@lang('modules.dashboard.totalCompanies')

{{ $activeCompanies }}

@lang('modules.dashboard.activeCompanies')

{{ $inactiveCompanies }}

@lang('modules.dashboard.inactiveCompanies')

{{ $totalPackages }}

@lang('modules.dashboard.totalPackages')

{{ $pendingRenewal }}

@lang('modules.dashboard.pendingRenewal')
@endsection @push('footer-script') @endpush