@section('style') @endsection @extends('layouts.backend.app') @section('content')
@foreach($posts as $post) @endforeach
Thumbnail Title Slug Action
{{ $post->name }} {{ url('/').'/blog/'.$post->slug }}
{{ $posts->links() }}
@endsection @section('script') @endsection