@extends('layouts.superadmin') @section('content')
{{ $message }}
| Sr No | Title | Category | Author | Article For | Published At | Action |
|---|---|---|---|---|---|---|
| {{ ($key + 1) }} | {{ $article->category->name ?? '-' }} | {{ $article->author->name ?? '-' }} | {{ $article->audience?->label() ?? '-' }} | {{ $article->published_at ?? '-' }} |
{{--
Edit
--}}
|
|