@include('layout.head') @include('layout.header')
@livewire('video', [ 'id' => $id, 'name' => $name, 'thumb' => $thumb, 'title' => $title, 'duration' => $duration, 'stamp' => $stamp, 'ago' => $ago, 'views' => $views, 'downloads' => $downloads, 'commentsCount' => $commentsCount, 'comments' => $comments, 'otherVideos' => $otherVideos, 'likes' => $likes, 'dislikes' => $dislikes, 'liked' => $liked, 'disliked' => $disliked ])
@include('layout.footer') @include('layout.dependency') @include('layout.script')