@extends('layouts.master')
@section('content')
@push('scripts')
@endpush
@if(isDemo())
Info! Data on the demo environment is reset every 24hr.
@endif
{{$totalTasks}}
{{ __('Total tasks') }}
{{$totalLeads}}
{{ __('Total leads') }}
{{$totalProjects}}
{{ __('Total projects') }}
{{$totalClients}}
{{ __('Total clients') }}
@include('pages._createdGraph')
@include('pages._users')
@if(auth()->user()->can('absence-view'))
@include('pages._absent')
@endif
@if(!$settings->company)
@include('pages._firstStep')
@endif
@endsection