@extends('layouts.backend.master') @section('title','Post') @push('css') @endpush @section('content')
| ID | Title | Author | favorite | {{--comment< | --}}visibility | Action |
|---|---|---|---|---|---|---|
| ID | Title | Author | favorite | {{--comment< | --}}visibility | Action |
| {{ $key + 1 }} | {{ str_limit($post->title,'10') }} | {{ $post->user->name }} | {{ $post->favorite_to_users->count() }} | {{ $post->view_count }} | visibility |