@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) }}" >
@if ($blog != null && $blog->category) @foreach (explode(',', $blog->category) as $cat) @endforeach @endif @if ($blog != null && $blog->tag) @foreach (explode(',', $blog->tag) as $tag) @endforeach @endif

{{ __('SEO') }}

{{ $blog != null ? $blog->seo_description : null }}
@endsection @push('script') @endpush