@include('admin.loader')
@php
$getUserRoleData = userRoleData();
$LeadSources = explode(",",$getUserRoleData->LeadSources);
@endphp
{{--
hghghghgh
--}}
@if( count((array) $errors) > 0)
@foreach($errors->all() as $error)
{{ trans('labels.Error') }}:
{{ $error }}
@endforeach
@endif
@if(session()->has('message'))
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}
@endif
@if(session()->has('error'))
{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@endif
Total Summary
|
Products |
Total Timed Out Chat |
Guru IPTV |
@if($result['guru']->isNotEmpty())
{{ $result['guruCount'] }}
@else
0
@endif |
Tashan IPTV |
@if($result['tashan']->isNotEmpty())
{{ $result['tashanCount'] }}
@else
0
@endif |
Boss IPTV |
@if($result['boss']->isNotEmpty())
{{ $result['bossCount'] }}
@else
0
@endif |
Vois IPTV |
@if($result['vois']->isNotEmpty())
{{ $result['voisCount'] }}
@else
0
@endif |
Brampton IPTV |
@if($result['brampton']->isNotEmpty())
{{ $result['bramptonCount'] }}
@else
0
@endif |
Indian IPTV |
@if($result['indian']->isNotEmpty())
{{ $result['indianCount'] }}
@else
0
@endif |
Grand Total |
@php
$grandTotal = ($result['guruCount'] ?? 0) + ($result['tashanCount'] ?? 0) + ($result['bossCount'] ?? 0) + ($result['voisCount'] ?? 0);
@endphp
{{ $grandTotal }}
|
Guru IPTV
|
Total Messages Timed Out |
@if($result['guru']->isNotEmpty())
{{ $result['guruCount'] }}
@else
0
@endif
|
Customer Name |
Customer Mobile Number |
@if(count((array) $result['guru']) > 0)
@foreach ($result['guru'] as $atVal)
{{ $atVal->message_sender_name }} |
{{ $atVal->message_sender_id }} |
@endforeach
@endif
Tashan IPTV
|
Total Messages Timed Out |
@if($result['tashan']->isNotEmpty())
{{ $result['tashanCount'] }}
@else
0
@endif
|
Customer Name |
Customer Mobile Number |
@if(count((array) $result['tashan']) > 0)
@foreach ($result['tashan'] as $atVal)
{{ $atVal->message_sender_name }} |
{{ $atVal->message_sender_id }} |
@endforeach
@endif
Boss IPTV
|
Total Messages Timed Out |
@if($result['boss']->isNotEmpty())
{{ $result['bossCount'] }}
@else
0
@endif
|
Customer Name |
Customer Mobile Number |
@if(count((array) $result['boss']) > 0)
@foreach ($result['boss'] as $atVal)
{{ $atVal->message_sender_name }} |
{{ $atVal->message_sender_id }} |
@endforeach
@endif
Vois IPTV
|
Total Messages Timed Out |
@if($result['vois']->isNotEmpty())
{{ $result['voisCount'] }}
@else
0
@endif
|
Customer Name |
Customer Mobile Number |
@if(count((array) $result['vois']) > 0)
@foreach ($result['vois'] as $atVal)
{{ $atVal->message_sender_name }} |
{{ $atVal->message_sender_id }} |
@endforeach
@endif
Brampton IPTV
|
Total Messages Timed Out |
@if($result['brampton']->isNotEmpty())
{{ $result['bramptonCount'] }}
@else
0
@endif
|
Customer Name |
Customer Mobile Number |
@if(count((array) $result['brampton']) > 0)
@foreach ($result['brampton'] as $atVal)
{{ $atVal->message_sender_name }} |
{{ $atVal->message_sender_id }} |
@endforeach
@endif
Indian IPTV
|
Total Messages Timed Out |
@if($result['indian']->isNotEmpty())
{{ $result['indianCount'] }}
@else
0
@endif
|
Customer Name |
Customer Mobile Number |
@if(count((array) $result['indian']) > 0)
@foreach ($result['indian'] as $atVal)
{{ $atVal->message_sender_name }} |
{{ $atVal->message_sender_id }} |
@endforeach
@endif