@php
use App\Helpers\Helper;
@endphp
@extends('layouts.master')
@section('title', 'Knowledge Base Area')
@section('content')
@section('breadcrumbs')
@endsection
@if (auth()->user()->can('create-knowledgebase'))
@endif
@include('admin.errors.error')
@include('admin.knowledgebasearea.create')
@include('admin.confirmalert')
@endsection
@section('scripts')
@endsection