@extends('backend.admin-master') @section('site-title') {{__('New Knowledgebase Article')}} @endsection @section('style') @endsection @section('content')

{{__('Add New Knowledgebase Article')}}

{{__('All Knowledgebase')}}
@csrf
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection