@lang('backend.posts_views.list')
@include('backend.partials.deleted')
@include('backend.partials.errors')
@include('backend.partials.message')
{!! $posts->links() !!}
| @lang('backend.tables.title') | @lang('backend.tables.author') | @lang('backend.tables.date') | @lang('backend.tables.actions') | @lang('backend.tables.status') |
|---|---|---|---|---|
| {{ $post->title }} | {{$post->getAuthorName()}} | {{ $post->created_at }} | active)?'checked':''}} data-route="{{route('posts.save_status', $post->id)}}"> |