@extends('layouts.master') @section('content') @push('scripts') @endpush @if(isDemo())
Info! Data on the demo environment is reset every 24hr.
@endif

{{$totalTasks}}

{{ __('Total tasks') }}

{{ __('All Tasks') }}

{{$totalLeads}}

{{ __('Total leads') }}

{{ __('All Leads') }}

{{$totalProjects}}

{{ __('Total projects') }}

{{ __('All Projects') }}

{{$totalClients}}

{{ __('Total clients') }}

{{ __('All clients') }}
@include('pages._createdGraph')
@include('pages._users')
@if(auth()->user()->can('absence-view'))
@include('pages._absent')
@endif
@if(!$settings->company) @endif @endsection