@extends('layouts.dashboard') @section('title', 'All Blogs') @section('page-title', 'All Blogs') @section('content')
| Title | Author | Category | Lang | Views | Date | |
|---|---|---|---|---|---|---|
| {{ \Illuminate\Support\Str::limit($b->title, 60) }} | {{ $b->author->name ?? '—' }} | {{ $b->category->name ?? '—' }} | {{ $b->language }} |
{{ number_format($b->views) }} | {{ $b->created_at->format('M d, Y') }} | Edit |
| No blogs yet. | ||||||