@extends('layouts.admin') @section('title', $news->title) @section('content')
Published on {{ $news->formatted_date }} • {{ $news->reading_time }}
{{ $news->short_description }}
| ID | {{ $news->id }} |
|---|---|
| Slug | {{ $news->slug }} |
| Author |
@if($news->author)
|
| Created | {{ $news->created_at->format('M d, Y H:i') }} |
| Last Updated | {{ $news->updated_at->format('M d, Y H:i') }} |
| Reading Time | {{ $news->reading_time }} |
View how this article appears on the frontend:
View on Website