@extends('admin.layout') @section('content')
Manage your blog posts and articles
| Title | Category | Featured Image | External Link | Actions |
|---|---|---|---|---|
| {{ $blog->title }} | @if($blog->category) {{ $blog->category }} @else No category @endif |
@if($blog->featured_image)
|
@if($blog->external_link) Visit @else No link @endif |
{{-- Edit Button --}}
Edit
{{-- Delete Button --}}
|
|
No blogs found Get started by creating your first blog post |
||||