@if (can_publish($logged_user))
@endif
@if (can_publish($logged_user))
@php
$post_tags = '';
if ($post && $post->tags) {
foreach ($post->tags as $tag) {
$post_tags .= $tag->name . ',';
}
}
@endphp
@endif
Please provide at least one author.
@php
if ($post && $post->main_image) {
$image = Storage::disk('public')->url($post->main_image->file_name);
} else {
$image = fetch_image(null, 'md');
}
@endphp
Change Image
@if (can_publish($logged_user))
@if ($is_product)
@else
@endif
@if (get_option('ak_sticky_posts') > 0)
@endif
@endif
Go Back
@if (can_publish($logged_user))
@if (!$post || ($post && $post->status_id != 3))
@endif
@endif