@if ($list_items) @foreach ($list_items as $list_item) {{ $loop->iteration }}
@if($list_item->thumbnail_url) @else
@endif
{{ $list_item->title }}
@if($list_item->description) {{ Str::limit($list_item->description, 50) }} @endif
{{ $list_item->type_label }} {{ $list_item->access_type_label }} @if ($list_item->status === 'published') Published @else Draft @endif @if($list_item->courseUnit) {{ $list_item->courseUnit->title }} @else No Unit @endif Created by:
{{ $list_item->creator->name }}

{{ $list_item->created_at->format('d-m-Y, g:i A') }} @endforeach @endif