@extends('nexus.layouts.app') @section('page-title', 'Blog') @section('sys-mode', 'BLOG') @section('head') @endsection @section('content')
Markdown-authored posts on disk
| Title | Category | Author | Updated | Actions |
|---|---|---|---|---|
|
{{ $p['title'] }}
{{ $p['slug'] }}
|
{{ $p['category'] }} | {{ $p['author'] }} | {{ $p['updated_at'] ?? '—' }} | View Edit |
| No posts yet. Create the first one. | ||||