@if(in_array('account-contacts-edit', $authRolePermissions)) @endif @if(in_array('account-contacts-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('account-contacts-edit', $authRolePermissions)) @endif @if(in_array('account-contacts-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Serial No Contact Name Phone No Email City, State, Country WAEditDelete
{{$data->firstItem() + $key}} {{ucfirst($list->name)}}
{{$list->organization}}
{{$list->phone_no}}
{{$list->alternative_no}}
{{$list->email}}

@if($list->city) {{ $list->city }} @if($list->state) , {{ $list->state }} @endif @if($list->country) , {{ $list->country }} @endif @elseif($list->state) {{ $list->state }} @if($list->country) , {{ $list->country }} @endif @elseif($list->country) {{ $list->country }} @endif

@if($list->whatsapp_no != '') @endif
No Data Found