@php $default_language = getDefaultLang(); @endphp @extends('core::base.layouts.master') @section('title') {{ translate('Add Post') }} @endsection @section('custom_css') @endsection @section('main_content')
@csrf

You are inserting "{{ getLanguageNameByCode(getDefaultLang()) }}" version

{{-- AI Assistent --}}

{{ translate('AI Assistent') }}

{{-- Language --}}

{{-- Language --}} {{-- Primary Focus --}}

{{-- Primary Focus --}} {{-- Priority Keywords --}}

{{-- Primary Focus --}} {{-- Level of creativity --}}
{{-- Level of creativity --}} {{-- Editorial Tone --}}
{{-- Editorial Tone --}} {{-- Choose Filed --}}

{{-- Choose Filed --}} {{-- Title Length --}}

{{-- Title Length --}} {{-- Short Description Length --}}

{{-- Short Description Length --}} {{-- Content Length --}}

{{-- Content Length --}}
loader
{{-- AI Assistent --}}

{{ translate('Add Post') }}

{{-- Name Field --}}
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
{{-- Name Field End --}} {{-- Short Description Field --}}
{{-- Short Description Field End --}} {{-- Content Field --}}
@if ($errors->has('content'))

{{ $errors->first('content') }}

@endif
{{-- Content Field End --}}
{{-- Seo Information --}}

{{ translate('Seo Meta Tags') }}

@include('core::base.includes.media.media_input', [ 'input' => 'meta_image', 'data' => old('meta_image'), ]) @if ($errors->has('meta_image'))

{{ $errors->first('meta_image') }}

@endif
{{-- Seo Information End --}}
{{-- Add Blog Side Field --}}
{{-- Publish Section --}}

{{ translate('Publish') }}

{{-- Draft,previe,pending button --}} {{-- visibility part --}}
{{ translate('Visibility') }} : {{ translate('Public') }} {{ translate('Edit') }} @if ($errors->has('visibility'))

{{ $errors->first('visibility') }}

@endif




{{ translate('If Password Field is remain Empty then visibility will be saved as Public.') }}

{{-- visibility part end --}} {{-- publish schedule part --}}
{{-- publish schedule part end --}}
{{-- Publish Section End --}} {{-- Select Formate --}}

{{ translate('Formate') }}




{{-- Select Formate End --}} {{-- Select Category --}}
{{-- Ajax Html Load Category --}}
@if ($errors->has('categories'))

{{ $errors->first('categories') }}

@endif
{{-- Select Category End --}} {{-- Select Tags --}}
{{-- Ajax Html Load --}}
{{-- Select Tags End --}} {{-- Blog Image --}}

{{ translate('Post Image') }}

{{ translate('Preferred size for thumnail image is 1110 × 578 px') }}
@include('core::base.includes.media.media_input', [ 'input' => 'blog_image', 'data' => old('blog_image'), ]) @if ($errors->has('blog_image'))

{{ $errors->first('blog_image') }}

@endif
{{-- Blog Image End --}} {{-- Blog Gallery Image --}}

{{ translate('Gallery') }}

{{ translate('Preferred size for gallery images is 1110 × 578 px') }}
@include('core::base.includes.media.media_input_multi_select', [ 'input' => 'gallery_images', 'data' => old('gallery_images'), 'indicator' => 1, 'container_id' => '#multi_input_1', ]) @if ($errors->has('gallery_images'))

{{ $errors->first('gallery_images') }}

@endif
{{-- Blog Gallery Image End --}} {{-- Blog Status --}}

{{ translate('Post Status') }}

{{-- Blog Status End --}}
{{-- Add Blog Side Field End --}}
@include('core::base.media.partial.media_modal') @endsection @section('custom_scripts') @endsection