@extends('layouts.app')
@section('title_full', __('Knowledge Base').' - '.$mailbox->name)
@section('sidebar')
@include('partials/sidebar_menu_toggle')
@include('mailboxes/sidebar_menu')
@endsection
@section('content')
{{ __('Knowledge Base') }}
@include('knowledgebase::partials/settings_tab')
@include('knowledgebase::partials/category_tree_item', ['categories' => \KbCategory::getTree($mailbox->id)])
@endsection
@section('javascript')
@parent
kbInitCategories("{{ __('Are you sure you want to delete this category?') }}");
@endsection