Posts

Add New Post
@if($posts->isNotEmpty()) @foreach($posts as $post) @endforeach @else @endif
ID Title Category Order Status Published At Actions
{{ $this->convertToBengaliNumbers($post->id) }} {{ Str::limit($post->title, 40, '...') }} {{ $post->category?->name ?? 'Uncategorized' }} {{ $this->convertToBengaliNumbers($post->section) }} {{ ucfirst($post->status) }} {{ $this->getBengaliTimeAgo($post->published_at) }}
No posts found.
{{ $posts->links("pagination::tailwind") }}