{{-- --}}
| # | Title | Author | Published | Date created | Action |
|---|---|---|---|---|---|
| {{ $p['title']; }} | {{ $p['author']; }} | @if (($p['is_published'])) Published @else Unpublished @endif | {{ \Carbon\Carbon::parse($p['created_at'])->toDateTimeString() }} | @if (($p['is_published'])) Un-Publish @else Publish @endif View Delete |
Choose your themes & layouts etc.