@extends('layouts.public') @section('title','Categories | PLOCAL') @section('description','Explore local business categories evaluated by PLOCAL.') @section('canonical',config('plocal.public_url').'/categories.html') @section('image',config('plocal.public_url').'/assets/img/og-meta/plocal-category.png') @section('body-class','plocal-categories-page') @push('styles')@endpush @section('content') @include('public.partials.site-header')

PLOCAL Directory

Find the right local category

Explore published categories of local businesses evaluated by PLOCAL. Choose a category to see available providers in your area.

Browse categories

What are you looking for?

@if ($categories->isNotEmpty())
@foreach ($categories as $category)
{{ $category->name }} @if(isset($servicesByCategory[$category->slug]) && $servicesByCategory[$category->slug]->isNotEmpty()) @else

Explore evaluated local providers in this category.

@endif
@endforeach
@else

Published categories will appear here as PLOCAL expands its evaluated directory.

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