@extends('themes::themehhtq.layout') @php $watch_url = ''; if (!$currentMovie->is_copyright && count($currentMovie->episodes) && $currentMovie->episodes[0]['link'] != '') { $watch_url = $currentMovie->episodes ->sortBy([['server', 'asc']]) ->groupBy('server') ->first() ->sortByDesc('name', SORT_NATURAL) ->groupBy('name') ->last() ->sortByDesc('type') ->first() ->getUrl(); } @endphp @section('content')
@if ($watch_url) @endif

{{ $currentMovie->name }}

{{ $currentMovie->origin_name }} ({{ $currentMovie->publish_year }})

({{$currentMovie->getRatingStar()}} đ/ / {{$currentMovie->getRatingCount()}} lượt)
  • Trạng thái {{ $currentMovie->episode_current }} {{ $currentMovie->language }}
  • Năm phát hành:
  • Số tập: {{ $currentMovie->episode_total }}
  • Quốc gia: {!! $currentMovie->regions->map(function ($region) { return '' . $region->name . ''; })->implode(', ') !!}
  • Thể loại: {!! $currentMovie->categories->map(function ($category) { return '' . $category->name . ''; })->implode(', ') !!}
  • Đạo diễn: {!! $currentMovie->directors->map(function ($director) { return '' . $director->name . ''; })->implode(', ') !!}
  • Diễn viên: {!! $currentMovie->actors->map(function ($actor) { return '' . $actor->name . ''; })->implode(', ') !!}

Nội dung chi tiết

@if ($currentMovie->content) {!! $currentMovie->content !!} @else

Hãy xem phim để cảm nhận nhé

@endif
@foreach ($currentMovie->tags as $tag) @endforeach

Bình luận

@include('themes::themehhtq.inc.interested')
@include('themes::themehhtq.inc.sidebar')
@endsection @push('scripts') {!! setting('site_scripts_facebook_sdk') !!} @endpush