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

{{ trans('WhatsApp TashanTV') }} {{ trans('WhatsApp TashanTV') }}...

@php $getUserRoleData = Session::get('userRoleData'); $Customers = explode(",",$getUserRoleData->Customers); @endphp

{{ trans('WhatsApp TashanTV') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif
{{ trans('labels.WhatsappId') }}
@if ($whatsapp['count'] > 0) @foreach ($whatsapp['list'] as $key => $whatsapp_list) @endforeach @else @endif
+{{ $whatsapp_list->message_sender_id }} ({{ $whatsapp_list->message_sender_name }})
{{ trans('labels.NoRecordFound') }}
{{--@if (count($customers['result']) > 0)
{{$customers['result']->links('vendor.pagination.default')}}
@endif--}}
Click on the number to start chating
@endsection