@extends("layouts.app") @section("title", "Posts") @section("content") Add New Post
| លេខរៀង | Title | Category | Author | Image | Content | Status | សកម្មភាព |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $post->title }} | {{ $post->category->name ?? 'No Category' }} | {{ $post->user->name ?? 'Guest' }} |
|
{{ $post->content ?? 'No Content' }} | {{ ucfirst($post->status) }} | Detail @auth @if(auth()->user()->role === 'admin' || auth()->id() === $post->user_id) Edit @endif @endauth |
| មិនមានទិន្នន័យ | |||||||