@extends('backend.layouts.form') @section('title', $knowledgeBase->title) @section('back', route('admin.knowledgeBase.index')) @section('content')
@csrf @method('PUT')
{{ __('Allowed (PNG, JPG, JPEG)') }} {{ __('Image will be resized into (1280x720)') }}
@endsection