@extends('layouts.user') @section('title', 'Channel Subtitles') @section('content') @if($videos->total()) {{ Breadcrumbs::render('subtitles') }}

Subtitles


@foreach($videos as $video) @endforeach
Video Languages Modified on Actions
{{$video->subtitles_count}}
{{$video->subtitles->first()?->updated_at->diffForHumans()}}
{{ $videos->links() }} @else
Import your first video
Ready to share your talents with the world ?
@endif @endsection