TOTAL POSTS
@extends('layouts.backend.app') @section('title','Dashboard') @push('css') @endpush @section('content')
| Rank | Title | Author | Views | Favorite | Comments | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ str_limit($post->title,'20') }} | {{ $post->user->name }} | {{ $post->view_count }} | {{ $post->favorite_to_users_count }} | {{ $post->comments_count }} | @if($post->status == true) Published @else Pending @endif | View |
| Rank List | Name | Posts | Comments | Favorite |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $author->name }} | {{ $author->posts_count }} | {{ $author->comments_count }} | {{ $author->favorite_posts_count }} |