@if($details->count() > 0) @foreach ($details as $item)
  • {{ $item->title }}
    {{ $item->title }} @isset($item->published_date)
    {{ getNepaliDate($item->published_date) }}
    @endisset {{--
    {{ $item->categories->first()->title ?? '' }}
    --}}
  • @endforeach @else
    No items found for this category.
    @endif