@include('partials.settings-heading')
{{ __('Profile') }} {{ __('My Posts') }} {{ __('Password') }} {{ __('Appearance') }}
{{ $heading ?? '' }} {{ $subheading ?? '' }}
{{--

ড্যাশবোর্ড

--}}

আপনার সকল কার্যক্রমের সারসংক্ষেপ।

প্রকাশিত পোস্ট

{{ $this->formatToBengali($publishedPosts) }}

অপেক্ষমাণ পোস্ট

{{ $this->formatToBengali($pendingPosts) }}

ড্রাফট পোস্ট

{{ $this->formatToBengali($draftPosts) }}

মোট ভিউ

{{ $this->formatToBengali($totalView) }}

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