@extends('employee.layouts.app') @section('title', 'My Articles') @section('page-title', 'My Articles') @section('content')
Create articles and send them to admin for approval.
| Article | Status | Actions |
|---|---|---|
|
{{ $article->title }} {{ $article->updated_at->diffForHumans() }} @if($article->review_note)Admin note: {{ \Illuminate\Support\Str::limit($article->review_note, 100) }} @endif |
{{ $article->statusLabel() }} |