@extends('themes::themeanimeh.layout')
@push('header')
@endpush
@section('content')
info
@if ($currentMovie->showtimes && $currentMovie->showtimes != '')
note Lịch chiếu
{!! $currentMovie->showtimes !!}
@endif
@if ($currentMovie->notify && $currentMovie->notify != '')
note Ghi chú
{!! $currentMovie->notify !!}
@endif
@foreach ($currentMovie->episodes->sortBy([['server', 'asc']])->groupBy('server') as $server => $data)
Danh sách tập {{ $server }}
@endforeach
@include('themes::themeanimeh.inc.comment')
@include('themes::themeanimeh.inc.movie_related')
@endsection
@push('scripts')