@extends('layouts.user') @section('title', 'Channel Subtitles') @section('content') @if($videos->total()) {{ Breadcrumbs::render('subtitles') }}
| Video | Languages | Modified on | Actions |
|---|---|---|---|
|
@include('users.videos.partials.thumbnail', ['video' => $video])
{{Str::limit($video->title, 100), '...'}}
|
{{$video->subtitles_count}} |
{{$video->subtitles->first()?->updated_at->diffForHumans()}}
|