Serial No | Contact Name | Phone No | City, State, Country | WA | @if(in_array('account-contacts-edit', $authRolePermissions))Edit | @endif @if(in_array('account-contacts-delete', $authRolePermissions))Delete | @endif|
---|---|---|---|---|---|---|---|
{{$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 | @if(in_array('account-contacts-edit', $authRolePermissions))@endif @if(in_array('account-contacts-delete', $authRolePermissions)) | @endif |
No Data Found |