@if ($watchUrl != '#')
@endif
Rating
{{ number_format($currentMovie->ratting_star, 1) == 0.0 ? '8.0' : number_format($currentMovie->ratting_star, 1) }}
@if ($currentMovie->trailer_url)
Trailer
@endif
@if ($watchUrl != '#')
Xem Phim
@endif
{{ $currentMovie->name }}
Tên khác: {{ $currentMovie->origin_name }}
Status: {{ $currentMovie->status }}
Năm phát hành: {{ $currentMovie->publish_year }}
Thời lượng: {{ $currentMovie->episode_time }}
Quốc gia:
{!! $currentMovie->regions->map(function ($region) {
return '' .
$region->name .
'';
})->implode(', ') !!}
Định dạng: {{ $currentMovie->type == 'series' ? 'Phim bộ' : 'Phim lẻ' }}
Số tập: {{ $currentMovie->episode_total }}
Đạ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(', ') !!}
Chất lượng:
{{ $currentMovie->quality }} {{ $currentMovie->language }}
@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
Xem phim {{ $currentMovie->name }} có phụ đề tiếng việt trên {{ request()->getHost() }}.
Bạn cũng có thể tải xuống {{ $currentMovie->name }} vietsub miễn phí, đừng quên xem phát
trực tuyến với nhiều chất lượng khác nhau 720P 360P 240P 480P (nếu có) tùy theo đường truyền
của bạn để tiết kiệm dung lượng internet. Hãy chia sẻ {{ $currentMovie->name }} trên
{{ request()->getHost() }} tới mọi người để cùng thưởng thức nhé.
Thông tin phim {{ $currentMovie->name }}
{!! $currentMovie->content !!}
@if ($currentMovie->type == 'series' && $watchUrl != '#')
Xem {{ $currentMovie->name }}
@endif
@include('themes::themekiss.inc.comment')
@include('themes::themekiss.inc.movie_related')
@endsection
@push('scripts')
{!! setting('site_scripts_facebook_sdk') !!}
@endpush