@foreach ($videos as $video) @endforeach
Título Tipo Descrição URL Ações
{{ Str::limit($video->title, 20, '...') }} {{ ucfirst($video->type) }} {{ Str::limit($video->description ?? 'Sem descrição', 20, '...') }} {{ Str::limit($video->url, 20, '...') }}