@extends('knowledgebase::layouts.portal') @if ($category) @section('title', $category->name) @else @section('title', \Kb::getKbName($mailbox)) @endif @section('content') @if (!empty($category))
@include('knowledgebase::partials/frontend/search') {{ __('Toggle Navigation') }}
@include('knowledgebase::partials/frontend/breadcrumbs')

{{ $category->name }}

@if ($category->description)

{{ $category->description }}

@endif
@include('knowledgebase::partials/frontend/articles', ['articles' => $articles])
@else @include('knowledgebase::partials/frontend/unavailable') @endif @endsection