@if ($AsideCarousels->isNotEmpty())
@foreach ($AsideCarousels as $AsideCarousel) $AsideCarousel->title @endforeach
@endif
    @if ($letetstPosts->isNotEmpty()) @foreach ($letetstPosts as $letetstPost)
  • {{ $letetstPost->title }}

    {{ $this->getBengaliTimeAgo($letetstPost->published_at) }} | {{ $letetstPost->category?->name ?? 'Uncategorized' }}

  • @endforeach @else
  • কোনো পোস্ট নেই
  • @endif
    @if ($todayBestPosts->isNotEmpty()) @foreach ($todayBestPosts as $todayBestPost)
  • {{ $todayBestPost->title }}

    {{ $this->getBengaliTimeAgo($todayBestPost->published_at) }} | {{ $todayBestPost->category?->name ?? 'Uncategorized' }}

  • @endforeach @else
  • কোনো পোস্ট নেই
  • @endif
    @if ($weekBestPosts->isNotEmpty()) @foreach ($weekBestPosts as $weekBestPost)
  • {{ $weekBestPost->title }}

    {{ $this->getBengaliTimeAgo($weekBestPost->published_at) }} | {{ $weekBestPost->category?->name ?? 'Uncategorized' }}

  • @endforeach @else
  • কোনো পোস্ট নেই
  • @endif