Sl No | Business Name | {{--Category | --}}Address | Website | {{----}} | Contacts | Rating | Review | Claim | Score | Status | @if(in_array('marketing-edit', $authRolePermissions))Edit | @endif @if(in_array('marketing-delete', $authRolePermissions))Delete | @endif
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $data->firstItem() + $key }} | {{ $list->business_name }} {{ $list->getBusinessCategory->name ?? '' }} |
@php $words = str_word_count($list->address, 1); $last5Words = implode(' ', array_slice($words, -5)); @endphp {{ $last5Words }} |
@if (!empty($list->gbp_link))
@endif @if (!empty($list->website)) @endif |
@if (!empty($list->phone_number))
{{ $list->phone_number }} @endif @if (!empty($list->email)) {{ $list->email }} @endif |
{{ $list->rating }} | {{ $list->total_review }} | @if ($list->claim_status === 'Claimed') @else @endif | {{ $list->optimization_score }} |
status == '1' ? 'checked' : '' }}>
|
@if(in_array('marketing-edit', $authRolePermissions))
@endif @if(in_array('marketing-delete', $authRolePermissions)) | @endif | ||
No Data Found |