@extends('themes::september.layout') @section('breadcrumb') @endsection @section('player_wraper')
@foreach ($currentMovie->episodes->where('slug', $episode->slug)->where('server', $episode->server) as $server) VIP #{{ $loop->index + 1 }} @endforeach
Báo lỗi
@foreach ($currentMovie->episodes->sortBy([['server', 'asc']])->groupBy('server') as $server => $data) @endforeach
@endsection @section('content')
{{ $currentMovie->name }}

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

{{ $currentMovie->origin_name }}

({{$currentMovie->getRatingStar()}} sao / {{$currentMovie->getRatingCount()}} đánh giá)
@if ($currentMovie->content) {!! $currentMovie->content !!} @else

Đang cập nhật ...

@endif

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