@extends('themes::themexingkong.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 @push('header') @endpush @section('content')
{!! $currentMovie->categories->map(function ($category) { return '' . $category->name . ''; })->implode(', ') !!} {!! $currentMovie->regions->map(function ($region) { return '' . $region->name . ''; })->implode(', ') !!} {{ $currentMovie->publish_year }}
Ngôn ngữ: {{ $currentMovie->language }} {{ $currentMovie->quality }}
Diễn viên: {!! $currentMovie->actors->map(function ($actor) { return '' . $actor->name . ''; })->implode(', ') !!}
Đạo diễn: {!! $currentMovie->directors->map(function ($director) { return '' . $director->name . ''; })->implode(', ') !!}