@extends('app') @section('page-title')

Dashboard

@endsection @push('head-script') @endpush @section('content')
@if (isset($status))
@endif
Total Companies
{{-- {{count($organizations)}} --}}
Total Partners
{{count($partners)}}
Total Vistors Count
{{-- {{Visitor::count()}} --}}
Online Users
{{-- {{$live_user}} --}}

Daily Visitor Graphical Report

@if(Auth::user()->can_role('Attendance View'))

@lang('modules.dashboard.Attendance')

{{--
@lang('app.note'): @lang('messages.earningChartNote')
--}}
@endif

Financial Earnings

  • Earnings
@lang('app.menu.Events')
@endsection @push('footer-script') @endpush