@extends('backend.layouts.form') @section('title', __('Create Knowledge Base')) @section('back', route('admin.knowledgeBase.index')) @section('content')
@csrf
{{ __('Allowed (PNG, JPG, JPEG)') }} {{ __('Image will be resized into (1280x720)') }}
@push('top_scripts') @endpush @endsection