@extends('admin.layouts.app') @section('title', 'News') @section('header-title', 'News') @section('content')
| Title | Featured Image | Created By | Date | |
|---|---|---|---|---|
| {{ $n->title }} |
@if($n->featured_image)
|
{{ $n->creator?->name ?? '-' }} | {{ $n->created_at->format('d M Y') }} | View Edit |
| No news yet. | ||||