@extends('dashboard.layouts.base') @section('content')
| # | العنوان | التفاصيل | الصورة | العمليات | حالة النشر |
|---|---|---|---|---|---|
| {{ $blogs->firstItem() + $index }} | {{ $blog->title }} | @if (strlen($blog->content) > 100) {{ Str::limit($blog->content, 100) }} ...اقرأ المزيد @else {{ $blog->content }} @endif |
|
تعديل | {{ $blog->published_status == 1 ? 'تعطيل' : 'تفعيل' }} |
| لا توجد مدونات حالياً | |||||