@once {{-- ================= CATEGORY SEO ================= --}} @push('head')
{!! nl2br(trim(preg_replace('/\n+/', "\n", $category->description_sub ?? 'No Description'))) !!}
{!! nl2br(trim(preg_replace('/\n+/', "\n", $category->description ?? ''))) !!}
{!! nl2br(trim(preg_replace('/\n+/', "\n", $category->description_3 ?? ''))) !!}
@endifOur Services
{!! nl2br(e($item->custom_description ?? '')) !!}
{!! nl2br(trim($paragraphs[0] ?? '')) !!}
{!! nl2br(trim($paragraphs[1] ?? '')) !!}
{{ $category->growth_description }}
@endif