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

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

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

{{ __('All Tasks') }}

@foreach($completedClientThisWeek as $thisWeek) {{$thisWeek->total}} @endforeach

{{ __('Clients Activated this week') }}

{{ __(' Clients') }}

{{$totalClients}}

{{ __('All Clients') }}

{{ __('All clients') }}

R{{$totalSalesAmount}}

{{ __('Total Sales this month') }}

{{--
--}} {{ __('All Sales') }}
@foreach($createdTasksMonthly as $task) @endforeach @foreach($completedTasksMonthly as $tasks) @endforeach @foreach($completedLeadsMonthly as $leads) @endforeach @foreach($createdLeadsMonthly as $lead) @endforeach
@include('partials.dashboardone')
@endsection