@extends('layouts.app') @section('content')
{{--

{{$channel->name}}

--}}
{{-- DailyActivation --}}

Progress Report

@foreach ($callcenter as $item) @php echo $itc = $item->call_center_code; @endphp

{{$item->call_center_name}} {{Carbon\Carbon::now()->daysInMonth}}

@inject('provider', 'App\Http\Controllers\ReportController') @inject('HomeCount', 'App\Http\Controllers\HomeController') @php // $firstDay = $startDate->firstOfMonth(); // $now = \Carbon\Carbon::now(); $startDate = \Carbon\Carbon::now(); //returns current day $now = $startDate->firstOfMonth(); $first_date = $startDate->firstOfMonth(); $start = \Carbon\Carbon::now()->startOfMonth(); // echo $start = \Carbon\Carbon('first day of this month'); $dates = [$now->format('M d, Y')]; $a = $HomeCount::days('2020-11'); $b = $HomeCount::MyCount('780'); $c = $b / $a; $c3 = $c*2; $c2 = $c + $c; @endphp {{-- --}} @for($i = 1; $i < Carbon\Carbon::now()->daysInMonth; $i++) @if($i == 1) @else @endif {{-- // echo $now->addDays(1)->format('M d, Y') ; --}} {{-- } --}} {{-- // @php --}} {{-- // $startDate = \Carbon\Carbon::now(); //returns current day --}} {{-- // $now = $startDate->firstOfMonth(); --}} {{-- // echo $now->format('M d, Y') --}} {{-- // --}} {{-- @endfor {{-- @if($i == 1) --}} {{-- --}} {{-- @endif --}} {{-- // echo $now->addDays(1)->format('M d, Y') ; --}} {{-- } --}} {{-- // @php --}} {{-- // $startDate = \Carbon\Carbon::now(); //returns current day --}} {{-- // $now = $startDate->firstOfMonth(); --}} {{-- // echo $now->format('M d, Y') --}} {{-- // --}} {{--
Date Activation Activation Rate Required ShortFall
{{$now->format('M d, Y')}} {{$provider::ActivationCallAgent($itc,$now->format('Y-m-d'))}} {{$k = $provider::ActivationCallAgentBetween($itc,$start,$now->format('Y-m-d'))}} {{$c}} {{$z = $k - $c}}
{{$now->format('M d, Y')}} {{-- {{$a = $now->addDays(1)->format('M d, Y')}} --}} {{-- {{$dates[] = $now->subDays(1)->format('M d, Y')}} --}} {{$a = $now->addDays(1)->format('M d, Y')}} {{-- {{$dates[] = $now->subDays(1)->format('M d, Y')}} --}} {{-- {{$now->format('Y-m-d')}} --}} {{$provider::ActivationCallAgent($itc,$now->format('Y-m-d'))}} {{-- {{$k = $provider::ActivationUser($item->id,$a)}} --}} {{-- {{$now->format('Y-m-d')}} --}} {{$k = $provider::ActivationCallAgentBetween($itc,$start,$now->format('Y-m-d'))}} {{-- @if($i == 1) --}} {{-- s/ --}} {{-- {{$c = $c3}} --}} {{-- @else --}} {{$m = $c*$i}} {{-- @endif --}} {{$z = $k - $m}} --}} {{-- @endphp --}} {{-- --}}
{{$a = $now->addDays(1)->format('M d, Y')}} {{-- {{$dates[] = $now->subDays(1)->format('M d, Y')}} --}} {{-- {{$now->format('Y-m-d')}} --}} {{$provider::ActivationCallAgent($itc,$now->format('Y-m-d'))}} {{-- {{$k = $provider::ActivationUser($item->id,$a)}} --}} {{-- {{$now->format('Y-m-d')}} --}} {{$k = $provider::ActivationCallAgentBetween($itc,$start,$now->format('Y-m-d'))}} {{-- @if($i == 1) --}} {{-- s/ --}} {{-- {{$c = $c3}} --}} {{-- @else --}} {{$m = $c*$i}} {{-- @endif --}} {{$z = $k - $m}} --}} {{-- @endphp --}} {{-- --}}
@endforeach

Grand Total: ({{$provider::ActivationGrandTotal()}})

{{-- @endforeach --}} @endsection