@php $canonical = config('plocal.public_url').$market['canonical_path']; $description = $market['is_demo'] ? 'Explore the fictional '.$market['location']['name'].' '.$market['service']['name'].' market through PLOCAL’s transparent evaluation demonstration.' : 'Explore evaluated '.$market['location']['name'].' '.$market['service']['name'].' businesses on PLOCAL, a transparent local business evaluation platform.'; @endphp @extends('layouts.public') @section('title', $market['location']['name'].' '.$market['service']['name'].' Businesses | PLOCAL') @section('description', $description) @section('robots', $market['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') @section('body-attributes')data-plocal-market="{{ $market['context'] }}" data-render-source="mysql"@endsection @push('styles') @endpush @section('content') @include('public.partials.site-header')

PLOCAL / Service Market / Published

{{ $market['location']['name'] }} {{ $market['service']['name'] }} Businesses

Explore businesses connected to this published local market through explicit membership and a completed PLOCAL Evaluation.

@if ($market['is_demo'])

Fictional demonstration: these records show the PLOCAL architecture, not production business inventory.

@endif
Business discovery / MySQL-backed Market

Business Explorer

All eligible Businesses receive equal editorial weight. Placement is alphabetical and never determined by score or payment.

Business Index

{{ count($market['businesses']) }} results
    @foreach ($market['businesses'] as $business)
  1. @if (!empty($business['screenshot_reference_public_id']))
    Submitted website screenshot for {{ $business['display_name'] }}.
    @elseif ($business['is_demo'])
    Generic local Business evaluation demonstration visual; it does not depict {{ $business['display_name'] }}. Generic visual / fictional demonstration
    @endif

    {{ $market['location']['name'] }}, {{ $market['state']['code'] }} / {{ $market['service']['name'] }}

    {{ $business['display_name'] }}

    @if ($business['evaluation']['model'] === 'proscore')

    PLOCAL ProScore {{ $business['evaluation']['overall_score'] }}/100

    @if ($business['is_demo'])

    Fictional demonstration record

    @endif
    @foreach ($business['evaluation']['categories'] as $category)
    {{ $category['name'] }}
    {{ $category['earned_points'] }}/{{ $category['maximum_points'] }}
    @endforeach
    @else

    PLOCAL Score {{ $business['evaluation']['plocal_score'] }}/10

    Digital
    {{ $business['evaluation']['digital'] }}/10
    Service
    {{ $business['evaluation']['service'] }}/10
    Trust
    {{ $business['evaluation']['trust'] }}/10
    @endif
  2. @endforeach
@section('footer-note', $market['is_demo'] ? 'PLOCAL helps customers discover evaluated local businesses. This page contains fictional demo records.' : 'PLOCAL helps customers discover evaluated local businesses.') @include('public.partials.site-footer') @endsection