@extends('layouts.admin') @section('page_title', 'My Submitted News') @section('content')
| Title | Category | Status | Views | Date | Actions |
|---|---|---|---|---|---|
| {{ $post->title }} | {{ $post->category->name }} | @if($post->status == 'approved') Approved @elseif($post->status == 'pending') Pending Review @else Rejected @endif | {{ $post->view_count }} | {{ $post->created_at->format('M d, Y') }} | Edit |