@extends('layouts.admin') @section('title', 'News & Blog') @section('content')
| Image | Title | Category | Date | View | Actions |
|---|---|---|---|---|---|
|
@if($post->image_url)
|
{{ $post->title }}
{{ Str::limit($post->excerpt, 50) }}
|
{{ $post->category }} | {{ $post->created_at->format('M d, Y') }} | View | |
|
No posts found. |
|||||