{{ __('Title') }} | {{ __('Author') }} | {{ __('Category') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ $post->title }} | {{ $post->author->name }} | {{ $post->category->name }} | {{ $post->publish?'Publish':'Draft' }} |
@can('post.edit')
|
{{ __('Empty') }} |