Turtle TV

Turtle WoW is always looking to expand the Warcraft universe, be it with soundtracks, custom zones, or even dungeons!
Our trailers and media for everything we do can be found here.

@livewire('video-embed', ['id' => $id, 'thumb' => $thumb])

{{ $title }}

@if ((!$liked && !$disliked) || $disliked) @endif @if ($liked) @endif {{ $likes }}
|
@if ((!$liked && !$disliked) || $liked) @endif @if ($disliked) @endif {{ $dislikes }}
{{ $views }}
{{--
@if ($commentsCount == 1) 1 Comment @else {{ $commentsCount }} Comments @endif
| Add a comment
Commenting as char. (change) Select a character: char.name
You can only comment once every 5 minutes. You need to have at least one character above level 15 to comment. Cancel Comment
@if ($commentsCount == 0)
No comments yet. Be the first to add a comment!
@endif @forelse($comments as $comment)
{{ $comment['character'] }} {{ $comment['created_at'] }} Edit Delete Delete this comment ? Yes No
c.comment
Commenting as char. (change) Select a character: char.name Cancel Save
1 Reply c.repliesCount Replies | Reply
Replying as char. (change) Select a character: char.name
You can only reply once every 5 minutes. You need to have at least one character above level 15 to comment. Cancel Reply
Load previous replies
r.char  r.stamp Edit Delete Delete this reply ? Yes No
r.reply
Replying as char. (change) Select a character: char.name Cancel Save
Load more replies
@empty @endforelse
Load more comments
--}}
@forelse($otherVideos as $otherVideo) @if ($loop->index == 16) @break @endif @livewire('video-thumb', ['thumb' => $otherVideo['thumb'], 'title' => $otherVideo['title'], 'views' => $otherVideo['views'], 'comments' => $otherVideo['comments'], 'duration' => $otherVideo['duration'], 'url' => $otherVideo['url'], 'vertical' => true]) @empty @endforelse