Hãy xem phim để cảm nhận nhé...
@endifTrạng thái: {{ $currentMovie->episode_current }}
Thể loại: {!! $currentMovie->categories->map(function ($category) { return '' . $category->name . ''; })->implode(', ') !!}
Quốc gia: {!! $currentMovie->regions->map(function ($region) { return '' . $region->name . ''; })->implode(', ') !!}
Năm phát hành: {{ $currentMovie->publish_year }}
Tổng số tập: {{ $currentMovie->episode_total }}
Thời lượng: {{ $currentMovie->episode_time }}
Chất Lượng: {{ $currentMovie->quality }} - {{ $currentMovie->language }}
Tổng lượt xem: {{ $currentMovie->view_total }}
Diễn Viên: {!! $currentMovie->actors->map(function ($actor) { return '' . $actor->name . ''; })->implode(', ') !!}
Đạo Diễn: {!! $currentMovie->directors->map(function ($director) { return '' . $director->name . ''; })->implode(', ') !!}
Từ khóa: {!! $currentMovie->tags->map(function ($tag) { return '' . $tag->name . ''; })->implode(', ') !!}