@extends('superAdmin.layouts.auth')
@section('title')
{{ env('APP_NAME') }} | Dashboard
@endsection
@section('styles')
@endsection
@section('content')
Dashboard
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{ $countArr['total_company']?:0 }}
Total Companies
{{ $countArr['total_user'] - 1 }}
Total Users
{{ $countArr['total_Challenge'] }}
Total Challenges
@endsection
@section('scripts')
@endsection