@extends('layouts.backend') @section('extra_css') @endsection @section('content') All Drafts Add Post Id Headline Time Publisher Action @foreach($posts as $key => $post) {{ $post->id }} {{ $post->headline}} {{ $post->created_at}} {{ $post->publisher_name }} @endforeach {{ $posts->links() }} @endsection @section('extra_js') @endsection