@extends('layouts.internal')
@section('title', 'Blog · PLOCAL Internal')
@section('content')
PLOCAL Blog Administrator-managed content. Publishing and featuring never affect Evaluation, Recognition, Voting, or Awards.Blog Articles
Create the first article to get started.
| Title | Status | Published | Featured | Actions |
|---|---|---|---|---|
| {{ $article->title }} | {{ ucfirst($article->status) }} | {{ $article->published_at ? \Illuminate\Support\Carbon::parse($article->published_at)->format('M j, Y') : '—' }} | {{ $article->is_featured ? 'Featured' : '—' }} | Edit @if($article->status === 'published') @else @endif @unless($article->is_featured) @endunless |