@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{ auth()->user()->name }}

{{-- @dd(Auth::user()->role); --}} {{-- Team-Leader --}} @can('manage postpaid') {{-- @inject('name', 'class') --}} @inject('provider', 'App\Http\Controllers\HomeController') @foreach ($channel_partner as $cp)

PostPaid ({{ $cp->name }})

Total Activations

{{ $provider::TotalChannelLead('1.01', 'postpaid', $cp->name) }}

Total Verified

{{ $provider::TotalChannelLead('1.09', 'postpaid', $cp->name) }}

Total Rejected

{{ $provider::TotalChannelLead('1.04', 'postpaid', $cp->name) }}

Total Follow Up

{{ $provider::TotalChannelLead('1.03', 'postpaid', $cp->name) }}

Total Pending

{{ $provider::TotalChannelLead('1.01', 'postpaid', $cp->name) }}

Total In Process

{{ $provider::TotalChannelLead('1.10', 'postpaid', $cp->name) }}
@endforeach {{-- --}} @endcan @can('manage elife')

Elife

Total Activation

{{ $elife_activation }}

Total Verified

{{ $elife_verified }}

Total Rejected

{{ $elife_rejected }}

Total Follow Up

{{ $elife_follow_up }}

Total Pending

{{ $elife_pending }}

Total In Process

{{ $elife_in_process }}
@endcan @can('manage itproducts')

IT Products

Total Activation

{{ $it_activation }}

Total Verified

{{ $it_verified }}

Total Rejected

{{ $it_rejected }}

Total Follow Up

{{ $it_follow_up }}

Total Pending

{{ $it_pending }}

Total In Process

{{ $it_in_process }}
@endcan {{--

Total Leads Generated

{{ $provider::AllLeadsDailyAgent('1.01') }}
--}} @role('Team-Leader') @inject('provider', 'App\Http\Controllers\ReportController')
Leads Dashboard

Total Leads Generated

{{ $provider::AllLeadsDailyAgent('1.01') }}

Total Leads Assigned

{{ $provider::AllLeadsDailyAgent('1.09') }}

Total Leads Processed

{{ $provider::AllLeadsDailyAgent('1.21') }}

Total Leads Rejected

{{ $provider::AllLeadsDailyAgent('1.04') }}
Sale Dashboard

Total Sales Inprocessed

{{ $provider::AllLeadsDailyAgent('1.08') }}

Total Sales Closed

{{ $provider::AllLeadsDailyAgent('1.24') }}

Total Sales Cancelled

{{ $provider::AllLeadsDailyAgent('1.26') }}
Data Dashboard

Total Numbers Assigned

{{ $provider::TotalAssignNum() }}

Total Numbers Assigned By Staff

{{ $provider::TotalCallsMade() }}

Total Data Attended

{{ $provider::TotalLeadsGenerated() }}

Total Follow Up Generated

{{ $provider::TotalFollowUpMade() }}
@endrole {{--
--}} {{--

Monthly Income

$3500 USD
View Details

Messages

John Tomas

I shared this on my fb wall a few months back,

April 24, 2018
John Tomas

I shared this on my fb wall a few months back,

April 24, 2018
John Tomas

I shared this on my fb wall a few months back,

April 24, 2018

$6,932.60

Total Revenue

2,365

Online Earning 50%

1,250

Offline Earning 50%

Knowledge Base

Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin.

Browse Article
Top Active Members Views Country Status Comments
Arden Karn 125 United States Active 84
Arden Karn 547 Canada Active 36
Arden Karn 557 Germany Inactive 55
Arden Karn 753 England Active 45
Arden Karn 453 China Inactive 63
Arden Karn 658 Japan Active 38

Paul Custard

Web Developer

Name: Bob Springer
Email: example@examplel.com
Phone: +12 123 124 125
Bob Springer

Status: Online

Response Time: 3 Hours

Bob Springer

Status: Online

Response Time: 3 Hours

--}}
@endsection