@extends('layouts.app') @section('content')
| Image | Name | Category | Action [TRASH] | Action [EDIT] | Status | Published At | @foreach($posts as $post)
|---|---|---|---|---|---|---|
|
@if($post->featured)
|
{{ str_limit($post->title, 15) }} | @foreach($post->categories()->get() as $pcategory) {{ str_limit($pcategory->name, 5) }} @endforeach | {{ ucwords($post->post_status) }} | @if($post->created_at) {{ $post->created_at->toFormattedDateString() }} @else --- @endif |