@extends('design_1.panel.layouts.panel') @push('styles_top') @endpush @section('content')
{{ csrf_field() }}

{{ trans('update.blog_article') }} {{ trans('update.information') }}

@include('design_1.panel.includes.locale.locale_select',[ 'itemRow' => !empty($post) ? $post : null, 'withoutReloadLocale' => false, 'extraClass' => '', 'extraData' => null ])
@error('title')
{{ $message }}
@enderror
@error('subtitle')
{{ $message }}
@enderror
@error('category_id')
{{ $message }}
@enderror
@include('design_1.panel.webinars.create.includes.media',[ 'media' => !empty($post) ? $post->image : null, 'mediaName' => 'image', 'mediaTitle' => trans('update.article_cover'), 'mediaCardClass' => 'col-12 mt-16' ])
@error('description')
{{ $message }}
@enderror
@error('content')
{{ $message }}
@enderror
{{-- Related Posts --}} @include("design_1.panel.blog.posts.create.includes.related_posts")
{{ trans('product.information') }}

{{ !empty(getGeneralOptionsSettings('direct_publication_of_blog')) ? trans('update.your_articles_will_be_published_after_save') : trans('update.your_articles_will_be_published_after_admin_approval') }}

@endsection @push('scripts_bottom') @endpush