@extends('crm.master') @section('content')
Manage Blogs.
| S.No | Title | Image | Slug | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if($blog->image)
|
{{ $blog->title }}{{ Str::limit(strip_tags($blog->description), 50) }} |
/{{ $blog->slug }} |
{{ $blog->status == '1' ? 'Active' : 'Inactive' }} | {{ $blog->created_at->format('d M, Y') }} |
|
|
No Blogs found |
||||||