@extends('layouts.backend.master') @section('title','Post') @push('css') @endpush @section('content')
| ID | Title | Author | visibility | Is Approved | Status | Created At | {{--Updated At | --}}Action |
|---|---|---|---|---|---|---|---|---|
| ID | Title | Author | visibility | Is Approved | Status | Created At | {{--Updated At | --}}Action |
| {{ $key + 1 }} | {{ str_limit($post->title,'10') }} | {{ $post->user->name }} | {{ $post->view_count }} | @if($post->is_approved == true) Approved @else Pending @endif | @if($post->status == true) Published @else Pending @endif | {{ $post->created_at }} | {{--{{ $post->updated_at }} | --}}visibility edit |