@extends('themes::ripple.layout') @section('content') @if ($currentMovie->showtimes && $currentMovie->showtimes != '')
Lịch chiếu: {!! $currentMovie->showtimes !!}
@endif @if ($currentMovie->notify && $currentMovie->notify != '')
Thông báo: {{ strip_tags($currentMovie->notify) }}
@endif
{{ $currentMovie->name }} - {{ $currentMovie->origin_name }} ({{ $currentMovie->publish_year }}) @if ($currentMovie->is_copyright)
bản quyền
@endif
@if ($currentMovie->trailer_url) @endif @if ($currentMovie->status != 'trailer' && count($currentMovie->episodes) && $currentMovie->episodes[0]['link'] != '') Xem phim @else
Đang cập nhật...
@endif
@if ($currentMovie->trailer_url) @endif

{{ $currentMovie->name }}

{{ $currentMovie->origin_name ?? '' }} ({{ $currentMovie->publish_year ?? 'Đang cập nhật...' }})

@foreach ([1, 2, 3, 4, 5, 6, 7, 8, 9, 10] as $star) @if ($currentMovie->getRatingStar() >= $star) @else @endif @endforeach

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

Trạng thái:
{{ $currentMovie->getStatus() }}

Thể loại:
{!! $currentMovie->categories->map(function ($category) { return '' . $category->name . ''; })->implode(', ') !!}

Quốc gia:
{!! $currentMovie->regions->map(function ($region) { return '' . $region->name . ''; })->implode(', ') !!}

Năm:
{{ $currentMovie->publish_year ?? 'Đang cập nhật...' }}

Đạ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ời lượng:
{{ $currentMovie->episode_time ?? 'Đang cập nhật...' }}

Chất lượng:
{{ $currentMovie->quality ?? 'Đang cập nhật...' }}

Ngôn ngữ:
{{ $currentMovie->language ?? 'Đang cập nhật...' }}

Lượt xem:
{{ number_format($currentMovie->view_total ?? 0) }} lượt

Nội dung phim

@if ($currentMovie->content)
{!! $currentMovie->content !!}
@else

Đang cập nhật ...

@endif

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

Có thể bản muốn xem

@php $key_section = 0; @endphp @foreach ($movie_related ?? [] as $key => $movie) @include('themes::ripple.inc.movie_card') @endforeach
@endsection @push('scripts') {!! setting('site_scripts_facebook_sdk') !!} @endpush