@extends('admin.layouts.app') @section('title') {{ __('post_list') }} @endsection @section('content')
| {{ __('image') }} | {{ __('title') }} | {{ __('category') }} | {{ __('comments') }} | {{ __('author') }} | {{ __('status') }} | {{ __('action') }} | |||
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $post->title }} | {{ $post->category->name }} | {{ $post->comments_count }} | {{ $post->author->name }} | {{ $post->status }} | @if (userCan('post.update')) @endif @if (userCan('post.delete')) @endif | |||
|
{{ __('no_data_found') }}... |
|||||||||