@extends('themes::themeanimeh.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->showtimes !!}
{!! $currentMovie->notify !!}
Đạo diễn: @if (count($currentMovie->directors)) {!! $currentMovie->directors->map(function ($director) { return '' . $director->name . ''; })->implode(',') !!} @else N/A @endif
Diễn viên: @if (count($currentMovie->actors)) {!! $currentMovie->actors->map(function ($actor) { return '' . $actor->name . ''; })->implode(', ') !!} @else N/A @endif
{!! strip_tags($currentMovie->content) !!}