@extends('xhay.master') @section('title', @$title ? $title : @$seo['title']) @section('meta_description', @$tag && $tag->note != '' ? $tag->note : @$seo['description']) @section('meta_image', url('phimxhay.jpg')) @section('style-libraries') @stop @section('styles') @stop @section('content')
@if($vods->total() == 0)

Đang cập nhật...

@endif @foreach($vods as $vod) @endforeach
@if(!isset($notpagination)) @endif
@stop @section('scripts') @stop