@extends('admin.layouts.form') @section('section', translate('Help Center Articles')) @section('title', translate('Edit Help Center Article')) @section('back', route('admin.help.articles.index')) @section('content')
{{ translate('View') }}
@csrf @method('PUT')
@push('styles_libs') @endpush @push('scripts_libs') @endpush @include('admin.partials.ckeditor') @endsection