@include('frontusers.inc.header-links')
@include('frontusers.inc.header')
Synopsis
{{ $video->rating ?? 'UA16+' }}
{{ $video->languages ? implode(', ', json_decode($video->languages, true)) : 'N/A' }}
{{ $video->movies_category_ids ? implode(', ', json_decode($video->movies_category_ids, true)) : 'N/A' }}
{{ $video->short_description ?? 'No synopsis available.' }}
Watch Movie
{!! $video->movies_description ?? '' !!}
Posters & Wallpapers
@if ($video->poster_path)
@endif
Videos
{!! $video->trailer_embeded_link ?? '' !!}
{!! $video->trailer_embeded_link ?? '' !!} {{--
--}}
{{ $video->movies_title ?? 'Watch Movie' }}
@if($video->video_path)
@else
No movie video available.
@endif
@include('frontusers.inc.footer') @include('frontusers.inc.footer-links')