@extends('layouts.app') @section('content')
Agent Name | @php $startDate = \Carbon\Carbon::now(); //returns current day $now = $startDate->firstOfMonth(); echo $now->format('M d, Y') @endphp | @php // $firstDay = $startDate->firstOfMonth(); // $now = \Carbon\Carbon::now(); $startDate = \Carbon\Carbon::now(); //returns current day $now = $startDate->firstOfMonth(); $dates = [$now->format('M d, Y')]; for($i = 0; $i < Carbon\Carbon::now()->daysInMonth - 1; $i++) { echo '' . $now->addDays(1)->format('M d, Y') . ' | '; // echo '' . $dates[] = $now->subDays($i)->format('M d, Y') . ' | '; } @endphpGrand Total |
---|---|---|---|---|
{{$item->name}} | {{-- @if($) --}} @php if($item->name == 'CC202'){ $bg = 'red'; } else{ $bg = 'blue'; } @endphp
@php
$startDate = \Carbon\Carbon::now(); //returns current day
$now = $startDate->firstOfMonth();
$k = $provider::ActivationUser($item->id,$now->format('Y-m-d'));
@endphp
@if($k < 2)
{{-- --}} {{$k}} {{-- p --}} {{-- --}} @else {{----}} {{$k}} {{-- --}} {{-- --}} {{-- p --}} @endif {{-- {{$now->format('Y-m-d')}} --}} {{-- {{}} --}} |
@php
$dates = [$now->format('M d, Y')];
if($item->name == 'CC202'){
$bg = 'red';
}
else{
$bg = 'white';
}
@endphp
@for ($i = 0; $i < Carbon\Carbon::now()->daysInMonth - 1; $i++)
{{-- {{$now->addDays(1)->format('Y-m-d')}} --}}
@php $k = $provider::ActivationUser($item->id,$now->addDays(1)->format('Y-m-d')) @endphp
{{-- @if ($k < 2 )
{{$k}} --}}
{{-- --}}
{{-- @else --}}
@if($k < 2)
{{$k}}
{{-- p --}}
{{-- --}}
@else
{{-- --}} {{$k}} {{-- --}} {{-- --}} {{-- p --}} @endif |
@endfor
{{$provider::ActivationUserGrandTotal($item->id)}} {{-- Grand Total --}} | |
Total Leads | @php $startDate = \Carbon\Carbon::now(); //returns current day $now = $startDate->firstOfMonth(); @endphp {{-- {{$itc}} --}} {{-- {{$now->format('Y-m-d')}} --}} {{$k = $provider::ActivationCallAgent($itc,$now->format('Y-m-d'))}} | @php $dates = [$now->format('M d, Y')]; @endphp @for ($i = 0; $i < Carbon\Carbon::now()->daysInMonth - 1; $i++){{-- {{$now->addDays(1)->format('Y-m-d')}} --}} {{$provider::ActivationCallAgent($itc,$now->addDays(1)->format('Y-m-d'))}} | @endfor{{$provider::ActivationCallAgentGrandTotal($itc)}} {{-- Grand Total --}} |