@php $canonicalPath = '/pro/'.$profile['canonical_slug'].'/'; $canonical = config('plocal.public_url').$canonicalPath; $market = $profile['eligible_markets'][0] ?? null; $context = $profile['market_context']; $validContext = is_array($context) && ($context['valid'] ?? false) === true; $description = $profile['summary']; @endphp @extends('layouts.public') @section('title', $profile['display_name'].' | Evaluated Profile | PLOCAL') @section('description', $description) @section('robots', $profile['robots']) @section('canonical', $canonical) @section('body-class', 'plocal-business-profile') @section('body-attributes')data-profile-state="ready" data-render-source="mysql"@endsection @push('styles') @endpush @section('content') @include('public.partials.site-header')

PLOCAL Evaluated Business Profile

{{ $profile['display_name'] }}

@if ($profile['headline'] !== null && trim($profile['headline']) !== '')

{{ $profile['headline'] }}

@endif @if ($market !== null)
{{ $market['location'] }}, {{ $market['state'] }} {{ $market['service'] }}
@endif

Demo Business — Fictional Sample Data

Current PLOCAL ProScore{{ $profile['evaluation']['overall_score'] }}/100
Evaluation statusCompleted demo snapshot
Generic local Business evaluation demonstration visual; it does not depict {{ $profile['display_name'] }}.
Generic visual for fictional demonstration. This is not Business-owned media.

A concise public introduction

Business overview

{{ $profile['summary'] }}

Latest completed Evaluation

PLOCAL ProScore summary

Imported fictional category totals; no detailed checklist findings are represented.

Total ProScore{{ $profile['evaluation']['overall_score'] }}/100
@foreach ($profile['evaluation']['categories'] as $category)
{{ $category['name'] }}
{{ $category['earned_points'] }}/{{ $category['maximum_points'] }}
@endforeach
@if ($market !== null)

Services and service areas

Normalized public relationships

Only the explicit active Service, service area, and eligible published Market represented by the public projection are shown.

Primary Service
{{ $market['service'] }}
Exact Service Area
{{ $market['location'] }}, {{ $market['state'] }}
@endif

Trust and transparency

How to read this Profile

Fictional demonstration

This Profile demonstrates presentation and architecture. It is not real business inventory.

Evaluation, not ranking

Payment never affects ProScore, badges, ordering, or placement.

Current public snapshot

Only the latest valid completed Evaluation appears here; prior history remains private.

No customer star rating

The ProScore is a structured professional Evaluation, not a review average.

Business information

Available normalized data

This demo intentionally displays only facts present in the approved public projection.

No public phone, email, website, hours, street address, license, customer review, badge, or Business-owned gallery is registered for this fictional Profile.

Trust, correction and verification

PLOCAL transparency

Report inaccurate information or learn how PLOCAL protects customers and Business owners.

@if ($validContext) @endif
@include('public.partials.site-footer') @endsection