@extends('layouts.master')
@section('content')
@push('scripts')
@endpush
@foreach($taskCompletedThisMonth as $thisMonth)
{{$thisMonth->total}}
@endforeach
{{ __('Tasks completed this month') }}
@foreach($completedClientThisWeek as $thisWeek)
{{$thisWeek->total}}
@endforeach
{{ __('Clients Activated this week') }}
{{$totalClients}}
{{ __('All Clients') }}
R{{$totalSalesAmount}}
{{ __('Total Sales this month') }}
{{--
--}}
@foreach($createdTasksMonthly as $task)
@endforeach
@foreach($completedTasksMonthly as $tasks)
@endforeach
@foreach($completedLeadsMonthly as $leads)
@endforeach
@foreach($createdLeadsMonthly as $lead)
@endforeach
@include('partials.dashboardone')
@endsection