@extends('backend.layouts.master') @section('content')
@include('backend.common-views.messages')

Whatsapp Demo User

@php $i=0; @endphp @foreach ($contacts as $list) @endforeach
SR No First Name Last Name County code Mobile No. Action
{{++$i}} @if(!empty($list->first_name)) {{$list->first_name}} @else - @endif @if(!empty($list->last_name)) {{$list->last_name}} @else - @endif {{$list->country_code}} @if(!empty($list->phone_no)) {{$list->phone_no}} @else - @endif
@endsection @push('js') @endpush