@extends('admin.layouts.adminapp') @section('title', 'Blogs') @section('admin-content')
ID | Category | Slug | Title | Content | Date | Image | Actions |
---|---|---|---|---|---|---|---|
{{ $blog->id }} | {{ $blog->category->category_name ?? 'N/A' }} | {{ $blog->slug }} | {{ $blog->title }} | {{ Str::limit(strip_tags($blog->context), 50) }} | {{ $blog->blog_date->format('Y-m-d') }} |
@if ($blog->image && $blog->image->file && $blog->image->file->image_path)
|