Nội dung phim
@if ($currentMovie->content)
{!! $currentMovie->content !!}
@else
Đang cập nhật ...
@endifTags
-
@foreach ($currentMovie->tags as $tag)
- {{ $tag->name }} @endforeach