@extends('themes.basic.help.layout') @section('section', translate('Help Center')) @section('title', $category->name) @section('header_title', $category->name) @section('breadcrumbs', Breadcrumbs::render('help_category', $category)) @section('breadcrumbs_schema', Breadcrumbs::view('breadcrumbs::json-ld', 'help_category', $category)) @section('container', 'container-custom') @section('header_v2', true) @section('content') @if ($articles->count() > 0)