@once {{-- ================= CATEGORY SEO ================= --}} @push('head') {{ $category->meta_title ?? $category->name }} @endpush {{-- ================= CATEGORY SCHEMA FROM DB ================= --}} @foreach ([$category->schema_markup, $category->faq_schema, $category->org_schema, $category->webpage_schema, $category->article_schema, $category->breadcrumb_schema, $category->localbusiness_schema] as $schema) @if (!empty($schema)) @push('schema') {!! $schema !!} @endpush @endif @endforeach @endonce

{{ $category->name }}

@if (!empty($category->video_url))
@endif
@if (!empty($category->h1))

{{ $category->h1 }}

@endif @if (!empty($category->h2))

{{ $category->h2 }}

@endif

Services

@if ($category->services->count()) @else

No services available.

@endif

{{ $category->description }}