@extends('layouts.main') @section('title', 'Manage Posts – Admin') @section('styles') @endsection @section('content')
View, edit and delete all posts
| Title | Author | Status | Date | Actions |
|---|---|---|---|---|
| {{ Str::limit($post->title, 45) }} | {{ $post->user->name }} | {{ $post->status }} | {{ $post->created_at->format('d M Y') }} |