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