Serial No | Contact Name | Phone No | Country, State, City | WA | @if(in_array('enquiry-contacts-edit', $authRolePermissions))Edit | @endif @if(in_array('enquiry-contacts-delete', $authRolePermissions))Delete | @endif|
---|---|---|---|---|---|---|---|
{{$data->firstItem() + $key}} |
{{ucfirst($list->name)}} {{$list->organization}} |
{{$list->phone_no}} {{$list->alternative_no}} |
{{$list->email}} | @if($list->country) {{ $list->country }} @if($list->state) , {{ $list->state }} @endif @if($list->city) , {{ $list->city }} @endif @elseif($list->state) {{ $list->state }} @if($list->city) , {{ $list->city }} @endif @elseif($list->city) {{ $list->city }} @endif |
@if($list->whatsapp_no != '') @endif | @if(in_array('enquiry-contacts-edit', $authRolePermissions))@endif @if(in_array('enquiry-contacts-delete', $authRolePermissions)) | @endif |
No Data Found |