| ID | {{ __('user.name') }} | {{ __('words.description') }} | {{ __('words.links') }} | {{ __('words.views_count') }} | {{ __('words.likes_count') }} | {{ __('words.comments_count') }} | {{ __('words.date') }} | {{ __('words.active') }} | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} |
@if ($item->user)
|
@if ($item->user) {{ $item->user->name }} @endif | {{ optional($item->item_info->first())->description }} | {{ $item->links }} | {{ $item->views }} | {{ $item->likes }} | {{ $item->comments }} | {{ $item->created_at }} |