{{ $video->started_at->format('d') }}
{{ get_month_date($video->started_at) }} {{ $video->started_at->format('Y') }}
@if(!$video->tagsWithType('articleCategory')->isEmpty())
@lang('pages.articles.themes')
    @foreach($video->tagsWithType('articleCategory') as $category)
  • {{ $category->name }} {{ ($loop->first) ? '' : ',' }}
  • @endforeach
@endif @if(!empty($video->duration))
@lang('pages.videos.duration')
  • {{ $video->duration }}
@endif
@lang('pages.videos.share')