@extends('front.layout') @section('custom-style') @endsection @section('content')
@if(isset($video->getRating->image)) @endif @if(isset($video->getRating)) {{ $video->getRating->description }} @endif
{{strtoupper($video->title)}} @if(is_null($video->trailer_path)) @endif

{{Str::words($video->sub_title)}}

{!! $video->description !!}
{{-- Video player END--}}
@endsection @section('custom-script') @endsection