@extends('admin::layouts.app') @section('title', 'Posts') @section('content')
| Title | Prefix | Status | Published | Author | Updated | |
|---|---|---|---|---|---|---|
| {{ $publication->title }} | {{ $publication->prefix ? '/'.$publication->prefix->slug : '—' }} |
|
{{ $publication->published_at?->toDateString() ?? '—' }} | {{ $publication->post->author->name ?? '—' }} | {{ $publication->updated_at->diffForHumans() }} | Edit |
| No posts yet{{ $activePrefix ? ' in /'.$activePrefix->slug : '' }}. | ||||||