@extends('themes::themedy.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 ($currentMovie->notify || $currentMovie->showtimes)
@if ($currentMovie->showtimes)

Lịch chiếu : {{$currentMovie->showtimes}}

@endif @if ($currentMovie->notify )

Thông báo : {{$currentMovie->notify}}

@endif
@endif
{{ $currentMovie->name }}

{{ $currentMovie->name }}

{{ $currentMovie->originName }}

{!! $currentMovie->regions->map(function ($region) { return ''; })->implode('') !!}
Xem phim @if ($currentMovie->trailer_url && strpos($currentMovie->trailer_url, 'youtube')) @php parse_str( parse_url( $currentMovie->trailer_url, PHP_URL_QUERY ), $my_array_of_vars ); $video_id = $my_array_of_vars['v'] ?? null; @endphp Trailer @endif
Đạo diễn:
/ {!! $currentMovie->directors->map(function ($director) { return '' . $director->name . ''; })->implode(', ') !!}
Diễn viên:
/{!! $currentMovie->actors->map(function ($director) { return '' . $director->name . ''; })->implode(', ') !!}
Trạng thái:
{{$currentMovie->getStatus()}} | {{$currentMovie->episode_current}} | {{$currentMovie->episode_total}}
Thời lượng:
{{$currentMovie->episode_time}}
Ngôn ngữ:
{{ $currentMovie->language }} {{ $currentMovie->quality }}
Nội dung:
@if ($currentMovie->content) {!! strip_tags($currentMovie->content) !!} @endif

{!! $currentMovie->tags->map(function ($tag) { return '' . $tag->name . ''; })->implode(', ') !!}

({{$currentMovie->getRatingStar()}} sao / {{$currentMovie->getRatingCount()}} đánh giá)

Bình luận

Có thể bạn thích

@foreach ($movie_related as $movie) @include('themes::themedy.inc.section.movie_card') @endforeach

Xem nhiều

@php $key = 0; @endphp @foreach ($movie_related_top as $movie) @php $key++; switch ($key) { case 1: $class_top = 'top-1'; break; case 2: $class_top = 'top-2'; break; case 3: $class_top = 'top-3'; break; default: $class_top = ''; break; } @endphp

{{$movie->name}}

Lượt xem : {{$movie->view_total}}

@endforeach
@push('scripts') {!! setting('site_scripts_facebook_sdk') !!} @endpush @endsection