@extends('layouts.admin') @section('title', 'Page Articles') @section('content')
| Artikel | Learning Path | Trending | Status | Dibuat | Aksi |
|---|---|---|---|---|---|
{{ $article->title }}{{ $article->slug }} |
{{-- Learning Path --}}
{{ $article->learningPath->title ?? '-' }} |
{{-- Trending --}}
@if ($article->is_trending) Trending @else Normal @endif | {{-- Status --}}@if ($article->status === 'publish') Publish @else Draft @endif | {{-- Created --}}{{ $article->created_at->format('d M Y') }} | {{-- Aksi --}}Edit |
| Belum ada artikel | |||||