{{ trans('Reporting WhatsApp') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
@if (count($results) > 0)
@foreach ($results as $key => $whatsapp)
@endforeach
@endif
@if ($results->count() > 0)
{{ $results->appends(request()->except('page'))->links() }}
@endif
{{ trans('labels.ID') }} | {{ trans('Telephone') }} | {{ trans('Product') }} | Template | Date | {{ trans('Count') }} |
---|---|---|---|---|---|
{{ $key + 1 }} | {{ $whatsapp->message_recipient_id}} | @if ($whatsapp->message_sender_id == 16479432566) GURU IPTV @elseif ($whatsapp->message_sender_id == 16479430707) Tashan IPTV @elseif ($whatsapp->message_sender_id == 17783722112) Boss IPTV @elseif ($whatsapp->message_sender_id == 16479432000) Brampton IPTV @elseif ($whatsapp->message_sender_id == 14318045074) Indian IPTV @elseif ($whatsapp->message_sender_id == 14037752000) Vois IPTV @endif | {{ $whatsapp->template_name}} | {{ $whatsapp->created_at}} | {{ $whatsapp->total }} |