@php $canonical = config('plocal.public_url').$hub['canonical_path']; $description = 'Explore currently published PLOCAL State and City hubs and their explicit local service Markets.'; @endphp @extends('layouts.public') @section('title', 'Explore Currently Published PLOCAL Locations | USA') @section('description', $description) @section('robots', $hub['robots']) @section('canonical', $canonical) @section('image', config('plocal.public_url').'/assets/img/og-meta/plocal-usa.png') @section('body-class', 'plocal-service-market-page plocal-national-hub-page') @section('body-attributes')data-render-source="mysql" data-discovery-hub="national"@endsection @push('styles') @endpush @section('content') @include('public.partials.site-header')

PLOCAL / National Discovery Hub / Published Foundation

United States Local Business Discovery

Explore currently published PLOCAL locations. Availability is limited to explicitly published local Markets.

@if ($hub['is_demo'])

Discovery foundation using fictional demo Market data.

@endif
Published geography / MySQL-backed

Currently Published PLOCAL Locations

Additional locations may exist in the system without having a public discovery hub.

@foreach ($hub['states'] as $state)

{{ $state['name'] }} ({{ $state['code'] }})

@foreach ($state['locations'] as $location)

{{ $location['name'] }}, {{ $state['name'] }}

{{ count($location['markets']) }} explicit published {{ Str::plural('Market', count($location['markets'])) }}

@foreach ($location['markets'] as $market) @include('public.hubs.partials.market-link', ['market' => $market]) @endforeach
@endforeach
@endforeach
Publication boundary / no inference

How National Discovery Is Limited

01 / State

Published State Hub

A State appears only when its own discovery hub is active and published.

02 / City

Published City Hub

A City appears only beneath its independently published State hub.

03 / Market

Explicit PublishedMarket

Location and Service records never create a discovery link.

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