@extends('layouts.admin') @section('page-header') Posts Add New @endsection @section('content')
@forelse ($posts as $post) @empty @endforelse
Title Owner Posted at Updated at # of Comments
{{ $post->title }} {{$post->user->fname}} {{$post->user->sname}} {{ $post->created_at }} {{ $post->updated_at }} {{ $post->comments_count }} View Edit
No posts yet
@endsection @section('scripts') @endsection