@if ($item->itemType == 'news')
{!! HTML::fontIcon('newspaper') !!} {!! trans('app.object_news') !!}
{!! HTML::fontIcon('comments') !!} {{ $item->countComments() }}
@if ($item->image) {{ $item->title }} @elseif ($item->newsCat->image) {{ $item->title }} @endif

{{ $item->title }}

- {!! link_to('users/'.$item->creator->id.'/'.$item->creator->slug, $item->creator->username) !!}
@endif @if ($item->itemType == 'video')
{!! HTML::fontIcon('youtube') !!} {!! trans('app.object_video') !!}
@if ($item->provider == 'youtube') {{ $item->title }} @endif

{{ $item->title }}

- {!! link_to('users/'.$item->creator->id.'/'.$item->creator->slug, $item->creator->username) !!}
@endif