@extends('panel.layout.settings', ['layout' => 'fullwidth', 'disable_tblr' => true]) @section('title', __('Add or Edit Post')) @section('titlebar_actions')
@if ($blog != null)
{{ __('Preview') }}
@endif
{{ __('Save') }}
@endsection @section('settings')
{{ $blog != null ? $blog->content : null }}
$blog == null || ($blog != null && !$blog->feature_image), ]) alt="{{ $blog != null ? $blog->title : __('preview') }}" src="{{ custom_theme_url($blog != null ? $blog->feature_image : null, true) }}" >
status == 0) > {{ __('Draft') }}
status == 1) > {{ __('Publish') }}
@if ($blog != null && $blog->category) @foreach (explode(',', $blog->category) as $cat)
{{ $cat }}
@endforeach @endif
@if ($blog != null && $blog->tag) @foreach (explode(',', $blog->tag) as $tag)
{{ $tag }}
@endforeach @endif
{{ __('SEO') }}
{{ $blog != null ? $blog->seo_description : null }}
@endsection @push('script') @endpush