@if ($reportName == 'postpaid')
@inject('provider', 'App\Http\Controllers\HomeController') {{-- --}} {{-- --}} {{-- POSTPAID START --}} {{-- POSTPAIDEND --}}
S# Agent NameTotal Postpaid Verified Total Postpaid Pending Total Postpaid Follow Up Total Postpaid Reject Total Postpaid Activation
Salman Ahmed {{$provider::PostPaidVerified($userId)}} {{$provider::PostPaidPending($userId)}} {{$provider::PostPaidFollow($userId)}} {{$provider::PostPaidReject($userId)}} {{$provider::PostPaidActive($userId)}}
@elseif($reportName == 'Elife')
@inject('provider', 'App\Http\Controllers\HomeController') {{-- --}} {{-- --}} {{-- ELIFE START --}} {{-- ELIFE END --}}
S# Agent NameTotal Elife Verified Total Elife Pending Total Elife Follow Up Total Elife Reject Total Elife Activation
Salman Ahmed {{$provider::ElifeVerified($userId)}} {{$provider::ElifePending($userId)}} {{$provider::ElifeFollow($userId)}} {{$provider::ElifeReject($userId)}} {{$provider::ElifeActive($userId)}}
@elseif($reportName == 'ITProducts')
@inject('provider', 'App\Http\Controllers\HomeController') {{-- --}} {{-- --}} {{-- IT PRODUCT START --}} {{-- IT PRODUCT End --}}
S# Agent NameTotal IT Products Verified Total IT Products Pending Total IT Products Follow Up Total IT Products Reject Total IT Products Activation
Salman Ahmed {{$provider::ITProductVerified($userId)}} {{$provider::ITProductPending($userId)}} {{$provider::ITProductFollow($userId)}} {{$provider::ITProductReject($userId)}} {{$provider::ITProductActive($userId)}}
@endif