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

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

{{ $currentMovie->origin_name }}

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

{!! $currentMovie->content !!}


Lượt Xem: {{ $currentMovie->view_total }}
Quốc Gia: {!! $currentMovie->regions->map(function ($region) { return '' . $region->name . ''; })->implode(', ') !!}
Năm Sản Xuất: {{ $currentMovie->publish_year }}
Thể Loại: {!! $currentMovie->categories->map(function ($category) { return '' . $category->name . ''; })->implode(', ') !!}
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(', ') !!}
Tags: {!! $currentMovie->tags->map(function ($tag) { return '' . $tag->name . ''; })->implode(', ') !!}

@include('themes::themeholy.inc.comment')
@include('themes::themeholy.inc.section_related') @endsection @push('scripts') {!! setting('site_scripts_facebook_sdk') !!} @endpush