@extends('themes::themevung.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')
{{$currentMovie->getRatingStar()}}
{{$currentMovie->getRatingCount()}}
{{ $currentMovie->name }}
{{ $currentMovie->origin_name }} ({{ $currentMovie->publish_year }})
Điểm {{$currentMovie->getRatingStar()}}
({{$currentMovie->getRatingCount()}} Đánh giá)
{{ $currentMovie->quality }}
@if ($watch_url)
Xem Phim
@endif
@if ($currentMovie->trailer_url && strpos($currentMovie->trailer_url, 'youtube'))
Xem Trailer
@endif
@if ($currentMovie->notify && $currentMovie->notify != '')
• Thông báo: {{ strip_tags($currentMovie->notify) }}
@endif
@if ($currentMovie->showtimes && $currentMovie->showtimes != '')
• Lịch chiếu: {{ strip_tags($currentMovie->showtimes) }}
@endif
- Thông tin:
- Trạng thái: {{ $currentMovie->episode_current }}
- Thời lượng: {{ $currentMovie->episode_time }}
- Đạ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(', ') !!}
- Thể loại:
{!! $currentMovie->categories->map(function ($category) {
return '' . $category->name . '';
})->implode(', ') !!}
- Quốc gia:
{!! $currentMovie->regions->map(function ($region) {
return '' . $region->name . '';
})->implode(', ') !!}
- Số tập: {{ $currentMovie->episode_total }}
-
TAGS:
{!! $currentMovie->tags->map(function ($tag) {
return '' . $tag->name . '';
})->implode(', ') !!}
@if ($currentMovie->content)
{!! strip_tags($currentMovie->content) !!}
@else
Hãy xem phim để cảm nhận...
@endif
phim liên quan
@foreach ($movie_related as $movie)
@include('themes::themevung.inc.movie_card')
@endforeach
{{ $currentMovie->name }} VietSub, {{ $currentMovie->name }} thuyết minh, {{ $currentMovie->name }}
HD, {{ $currentMovie->name }}, Vượt
Ngục: Phần 1 full/trọn bộ, {{ $currentMovie->name }} phụ đề, {{ $currentMovie->name }} trailer, Vuot Nguc:
Phan 1 VietSub,
Vuot Nguc: Phan 1 thuyet minh, Vuot Nguc: Phan 1 HD, Vuot Nguc: Phan 1, Vuot Nguc: Phan 1 full/tron bo, Vuot
Nguc: Phan 1 phu de, Vuot Nguc: Phan 1 trailer Xem phim {{ $currentMovie->originName }},
{{ $currentMovie->originName }},
{{ $currentMovie->originName }} VietSub, {{ $currentMovie->originName }} Thuyết minh,
{{ $currentMovie->originName }} full HD, Prison
Break: Season 1 bản đẹp, {{ $currentMovie->originName }} trọn bộ, {{ $currentMovie->originName }} phụ đề,
Prison Break: Season
1 trailer
@endsection
@push('scripts')
{!! setting('site_scripts_facebook_sdk') !!}
@endpush