@extends('layouts.master') @section('content') @push('scripts') @endpush

@foreach($taskCompletedThisMonth as $thisMonth) {{$thisMonth->total}} @endforeach

{{ __('Tasks completed this month') }}

{{ __('All Tasks') }}

@foreach($leadCompletedThisMonth as $thisMonth) {{$thisMonth->total}} @endforeach

{{ __('Leads completed this month') }}

{{ __('All Leads') }}

{{$totalClients}}

{{ __('All Clients') }}

{{ __('All Clients') }}

@foreach($totalTimeSpent[0] as $sum => $value) {{$value}} @endforeach @if($value == "") 0 @endif

{{ __('Total hours registered') }}

{{ __('More info') }}
@foreach($createdTasksMonthly as $task)
Notice: Undefined variable: task in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 110

Notice: Trying to get property 'created_at' of non-object in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 110

Notice: Undefined variable: task in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 111

Notice: Trying to get property 'month' of non-object in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 111
@endforeach @foreach($completedTasksMonthly as $tasks)
Notice: Undefined variable: tasks in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 117

Notice: Trying to get property 'updated_at' of non-object in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 117

Notice: Undefined variable: tasks in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 118

Notice: Trying to get property 'month' of non-object in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 118
@endforeach @foreach($completedLeadsMonthly as $leads)
Notice: Undefined variable: leads in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 123

Notice: Trying to get property 'updated_at' of non-object in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 123

Notice: Undefined variable: leads in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 124

Notice: Trying to get property 'month' of non-object in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 124
@endforeach @foreach($createdLeadsMonthly as $lead)
Notice: Undefined variable: lead in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 129

Notice: Trying to get property 'created_at' of non-object in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 129

Notice: Undefined variable: lead in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 130

Notice: Trying to get property 'month' of non-object in C:\xampp\htdocs\crm\resources\views\pages\dashboard.blade.php on line 130
@endforeach
@include('partials.dashboardone')
@endsection