@extends('themes::september.layout') @section('breadcrumb') @endsection @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
{{ $currentMovie->view_total }}
@if ($currentMovie->trailer_url) @endif {{-- optimize sau --}} @if (!$currentMovie->is_copyright && count($currentMovie->episodes) && $currentMovie->episodes[0]['link'] != '')
Xem phim
@else
Đang cập nhật...
@endif
@if ($currentMovie->trailer_url) @php parse_str(parse_url($currentMovie->trailer_url, PHP_URL_QUERY), $parse_url); $trailer_id = $parse_url['v']; @endphp @endif

{{ $currentMovie->name }}

{{ $currentMovie->origin_name ?? '' }}

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

Nội dung phim

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

Đang cập nhật ...

@endif

Tags

Có thể bạn muốn xem

@php $item['data'] = $movie_related; @endphp @include('themes::september.inc.section.section_thumb')
@endsection @push('scripts') {!! setting('site_scripts_facebook_sdk') !!} @endpush