| ID {{-- Show the directional icon if this is the sorted column, otherwise show a neutral icon. --}} @if ($sortColumn === 'id') @else @endif | Title @if ($sortColumn === 'title') @else @endif | Description @if ($sortColumn === 'desc') @else @endif | Date @if ($sortColumn === 'pub_date') @else @endif | Active @if ($sortColumn === 'active') @else @endif | Actions |
|---|---|---|---|---|---|
| {{ $news->id }} | {{ $news->title }} | {{ Str::limit($news->desc, 70) }} | {{ $news->pub_date->format('d/m/Y') }} | ||
| No news items found. | |||||