{{-- {{ dd($post) }} --}} @include('tenant.backend.includes.notification')
@csrf
{{-- --}}
{{-- --}}
{{-- Save --}}
@livewire('tenant.backend.post-meta-manager', ['post' => $post])
Trạng thái và Hiển thị
{{-- Category --}}
Chuyên mục
@if (!empty($categories)) @include('livewire.tenant.backend.update-post-category-select', ['categories' => $categories]) @endif
Thêm chuyên mục

Varrexport: {{ var_export($category_ids) }}

{{-- Tags --}}
Từ khóa

Phân tách bởi dấu phẩy hoặc Enter

{{-- Featured iamge --}}
Ảnh đại diện @if (!empty($post->featured)) @livewire('tenant.backend.media-popup', ['featured' => $post->featured]) @else @livewire('tenant.backend.media-popup', ['featured' => '']) @endif
{{-- Excerpt --}}
Tóm tắt