@if (isset($status))
{{ $status['header'] }}
@foreach ($status['messages'] as $m)
- {{$m}}
@endforeach
@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
@endsection @push('footer-script')
@endpush