@extends('admin.layouts.form') @section('section', translate('Blog')) @section('title', translate('Edit Blog Article')) @section('back', route('admin.blog.articles.index')) @section('content')
{{ translate('View') }}
@csrf @method('PUT')
{{ translate('Allowed (PNG, JPG, JPEG, WEBP)') }}
@push('styles_libs') @endpush @push('scripts_libs') @endpush @include('admin.partials.ckeditor') @endsection