@extends('site.layouts.master') @section('title'){{ $tag->name.' Phimxhay.org' }}@stop @section('meta_description'){{ $tag->note }}@stop @section('meta_image'){{ $tag->image }}@stop @section('style-libraries') @stop @section('styles') @stop @section('content')
@if(!@$_GET['page'] || $_GET['page'] == 1) @if(isset($sliders))
@foreach($sliders as $live)

{{\Str::title(\Str::limit($live->name, 50, '...'))}}

@endforeach
@endif @endif @if ($ads_below_movie_box)
@endif

Tags: {{$tag->name}}

@include('site.pages.home.items', ['items' => $categoryContents])
{{ $categoryContents->appends(request()->query())->links() }}
@stop @section('scripts') @stop