{{__('You can manage all posts, such as editing, deleting and more.')}}
| # | {{__('Title')}} | {{__('Category')}} | {{__('Views')}} | {{__('Language')}} | {{__('Created At')}} | {{__('Status')}} |
|---|---|---|---|---|---|---|
| {{$post->id}} | {{$post->title}} | [{{$post->category->lang}}] - {{$post->category->name}} | {{$post->views}} | {{$post->lang}} | {{ToDate($post->created_at)}} | @if ($post->status == 1) {{__('Published')}} @else {{__('Draft')}} @endif |