@extends('themes::themevung.layout') @section('content')
@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 @foreach ($currentMovie->episodes->sortBy([['server', 'asc']])->groupBy('server') as $server => $data) {{ $server }}
@endforeach

{{ $currentMovie->name }} - {{ strpos(strtolower($name), 'tập') ? $name : 'Tập ' . $name }}


{{ $currentMovie->origin_name }} ({{ $currentMovie->publish_year }})

Điểm {{$currentMovie->getRatingStar()}}
({{$currentMovie->getRatingCount()}} Đánh giá)

Đánh giá phim này

phim liên quan

@foreach ($movie_related as $movie) @include('themes::themevung.inc.movie_card') @endforeach
@endsection @push('scripts') {!! setting('site_scripts_facebook_sdk') !!} @endpush