Total Users
Active Users
Inactive Users
Active campaigns (10DLC registered users)
Pending campaign users
Rejected campaign users

Segment Traffic Percentage

@foreach($querySegment as $item) @endforeach
Date Bandwidth Commio Infobip Signalwire Sinch Telnyx Total
{{ ($item->rep_date)?$item->rep_date:'-' }} @if($item->bandwidth > 0 && $item->total > 0) {{ number_format(($item->bandwidth / $item->total) * 100, 4).' %' .' ('.$item->bandwidth.')' }} @else 0.0000% (00) @endif @if($item->commio > 0 && $item->total > 0) {{ number_format(($item->commio / $item->total) * 100, 4).' %' .' ('.$item->commio.')'}} @else 0.0000% (00) @endif @if($item->infobip > 0 && $item->total > 0) {{ number_format(($item->infobip / $item->total) * 100, 4).' %' .' ('.$item->infobip.')'}} @else 0.0000% (00) @endif @if($item->signalwire > 0 && $item->total > 0) {{ number_format(($item->signalwire / $item->total) * 100, 4).' %' .' ('.$item->signalwire.')'}} @else 0.0000% (00) @endif @if($item->sinch > 0 && $item->total > 0) {{ number_format(($item->sinch / $item->total) * 100, 4).' %' .' ('.$item->sinch.')'}} @else 0.0000% (00) @endif @if($item->telnyx > 0 && $item->total > 0) {{ number_format(($item->telnyx / $item->total) * 100, 4).' %' .' ('.$item->telnyx.')'}} @else 0.0000% (00) @endif {{ $item->total .' ('.number_format(100).'%'.')' }}

Segment Traffic

@push('scripts') @endpush