@extends('xhay.master') @section('title', \Str::title($vod->name).' | Phimxhay.org') @section('meta_image', $vod->image) @section('style-libraries') @stop @section('styles') @stop @section('content')
@if(@$isPlay)
@else
@if($vod->type == 'xvideo') @else @endif
@endif
#{{$vod->code}} {{ route('category.short' , @$vod->id) }}
{{ (int)$vod->dislike }} {{ (($totalVotes = $vod->like + $vod->dislike) > 0) ? ceil(($vod->like / $totalVotes) * 100) : 100 . ' %' }} {{ formatNumber($vod->count_view) }}
@include('xhay.ads.x', ['ads' => $ads])
Dùng 1.1.1.1 để xem phim nhanh và mượt mà hơn!
{!! $vod->note !!}
@foreach($vod->actors as $ac) {{ $ac->name }}  @endforeach
@foreach($vod->tags as $tag) {{ $tag->name }}  @endforeach
@foreach($relatedContents as $vid) @endforeach
@if(Auth::check())

Sửa phim này.

@endif @stop @section('scripts') @stop