@php $canonical = config('plocal.public_url').$hub['canonical_path']; $description = 'Explore explicit published PLOCAL service Markets for '.$hub['location']['name'].', '.$hub['state']['code'].'.'; @endphp @extends('layouts.public') @section('title', 'Find Evaluated Local Businesses in '.$hub['location']['name'].', '.$hub['state']['code'].' | PLOCAL') @section('description', $description) @section('robots', $hub['robots']) @section('canonical', $canonical) @section('image', config('plocal.public_url').'/assets/img/og-meta/plocal-usa-state.png') @section('body-class', 'plocal-service-market-page plocal-city-hub-page') @section('body-attributes')data-render-source="mysql" data-discovery-hub="city"@endsection @push('styles') @endpush @section('content') @include('public.partials.site-header')

PLOCAL / City Discovery Hub / Published

{{ $hub['location']['name'] }} Local Business Discovery

Review only the service Markets PLOCAL has explicitly published for {{ $hub['location']['name'] }}, {{ $hub['state']['code'] }}.

@if ($hub['is_demo'])

Discovery foundation using fictional demo Market data.

@endif
Explicit publication / MySQL-backed

Published Markets in {{ $hub['location']['name'] }}

Service availability is never inferred. Every link below comes from an active explicit PublishedMarket row.

@foreach ($hub['markets'] as $market) @include('public.hubs.partials.market-link', ['market' => $market]) @endforeach
Discovery integrity / transparent routing

How PLOCAL Publishes Local Markets

01 / Geography

Published Hub Required

The State and City hub must each be explicitly active and published.

02 / Service route

PublishedMarket Required

A Location plus Service never creates a route or discovery link.

03 / Neutrality

No Paid Placement

Payment does not create Market access, ranking, score, or placement.

@section('footer-note', 'PLOCAL publishes discovery links only from approved geography hubs and explicit Markets.') @include('public.partials.site-footer') @endsection