@extends('admin.layout') @section('content')

{{ trans('Reporting WhatsApp') }} @if ($results->count() > 0) Showing {{ ($results->currentPage() - 1) * $results->perPage() + 1 }} to {{ ($results->currentPage() - 1) * $results->perPage() + $results->count() }} of {{ $results->total() }} Results @endif

{{ trans('Reporting WhatsApp') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif
{{ trans('labels.ClearSearch') }}
@if (count($results) > 0) @foreach ($results as $key => $whatsapp) @endforeach @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 }}
@if ($results->count() > 0) {{ $results->appends(request()->except('page'))->links() }} @endif
@endsection