@php $rows = [ ['company' => 'Northgate Dental Group', 'site' => 'northgatedental.co.uk', 'contact' => 'Sarah Whitfield', 'title' => 'Practice Owner', 'size' => '24 staff', 'score' => 94, 'verified' => true], ['company' => 'Halden Plumbing & Heating', 'site' => 'haldenph.com', 'contact' => 'Mark Ellery', 'title' => 'Managing Director', 'size' => '38 staff', 'score' => 88, 'verified' => true], ['company' => 'Vale Accountancy Partners', 'site' => 'valeaccountancy.co.uk', 'contact' => 'Priya Raman', 'title' => 'Founder', 'size' => '16 staff', 'score' => 71, 'verified' => false], ]; @endphp
Searching @foreach (['Dental practices', 'Greater Manchester', '11–50 staff', 'Owner or Practice Manager'] as $chip) {{ $chip }} @endforeach 3 credits
@foreach ($rows as $row) @endforeach
Company Decision maker Business email AI score
{{ $row['company'] }}
{{ $row['site'] }} · {{ $row['size'] }}
{{ $row['contact'] }}
{{ $row['title'] }}
@if ($row['verified']) Verified @else Catch-all @endif
{{ $row['score'] }}

Why Northgate Dental Group scores 94

Matches your industry, location and headcount filters. The practice runs three sites with a single reception team and advertises for admin staff, which points to a booking and follow-up workload that automation can absorb.