@extends('layouts.user') @section('title', 'Video statistics') @section('content') {{ Breadcrumbs::render('show_video', $video) }}
{{$video->created_at->format('d M Y H:i')}}
{{$video->views_count}}
{{$video->comments_count}}
{{$video->likes_count}}
{{$video->dislikes_count}}