@extends('themes::ripple.layout') @section('content')

Xem phim {{ $currentMovie->name }} - Tập {{ $episode->name }}

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

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

Đang cập nhật ...

@endif
@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
Mẹo: Chọn Server hoặc Nguồn phát khác khi lỗi!
@foreach ($currentMovie->episodes->where('slug', $episode->slug)->where('server', $episode->server) as $server) Nguồn phát #{{ $loop->index }} @endforeach
({{ $currentMovie->getRatingStar() }} sao / {{ $currentMovie->getRatingCount() }} đánh giá)
@foreach ($currentMovie->episodes->groupBy('server') as $server => $data)

@foreach ($data->sortBy('name', SORT_NATURAL)->groupBy('name') as $name => $item) {{ $name }} @endforeach
@endforeach
{!! $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 @section('footer') @parent {{-- Star Rating Plugins --}} @endsection @push('scripts') {!! setting('site_scripts_facebook_sdk') !!} @endpush