{{ $video->thumbnailLoc }}
{{ $video->title }}
{{ $video->description }}
@if ($video->contentLoc)
{{ $video->contentLoc }}
@endif
@if ($video->playerLoc)
{{ $video->playerLoc }}
@endif
@foreach($video->options as $tag => $value)
{{$value}}
@endforeach
@foreach($video->allow as $tag => $value)
{{$value}}
@endforeach
@foreach($video->deny as $tag => $value)
{{$value}}
@endforeach