@extends('core::layouts.backend') @section('title',$title) @section('breadcrumb') @endsection @push('css_stack') {!! module_style('core', 'plugins/colorbox/colorbox.css') !!} {!! module_style('core', 'plugins/selectivity/3.1.0/css/selectivity-jquery.min.css') !!} {!! library_datepicker('css') !!} {!! library_select2('css') !!} {!! module_style('core', 'plugins/jquery-treeview/style.css') !!} @endpush @section('layout')
Kembali @if($post->id != '') New Post @endif
{!! input_language('title', 'title', 'input', ['class' => 'form-control form-control-sm ' . (empty($post->id) ? 'changeToPrettyUrl':''), 'required' => 'required', 'placeholder' => 'Title'], $post) !!}
{{--
--}}
{!! input_language('description', 'description', 'textarea', ['class' => 'form-control form-control-sm', 'rows' => '3', 'required' => 'required', 'placeholder' => 'Short Description'], $post) !!} 210
{{--
--}} {{-- --}}
{!! input_language('content', 'content', 'textarea', ['class' => 'form-control editor fileManagerElfinder', 'required' => 'required', 'placeholder' => 'Type Here..!!'], $post) !!} {{----}}

Category *

{!! $categories !!}

Thumb Image / Cover

{!! ($post->thumb_image ? '
' : '') !!}
{{--

Tag

--}} @if(auth()->user()->id <= 2)

Author *

@endif

Publish

{{--
comments == '1' ? 'checked':'') }}>
--}}
full_page == '1' ? 'checked':'') }}>
@endsection @push('js_stack') {!! library_select2('js') !!} {!! library_datepicker('js') !!} {!! module_script('core', 'plugins/jquery-treeview/logger.js') !!} {!! module_script('core', 'plugins/jquery-treeview/treeview.js') !!} {!! library_tinymce('js') !!} {!! module_script('core', 'plugins/colorbox/jquery.colorbox-min.js') !!} {!! filemanager_standalonepopup() !!} {!! module_script('blog', 'post/backend/js/add_edit.js') !!} @endpush