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