@extends('layouts.app') @section('content')

Video Details

{{ $video->video_name }}
{{ $video->default_language }}
{{ $video->encryption_key }}
id/$video->logo") }}" width="200" height="200"/>
@if ($video->filename && $video->status === 'published')
@endif
{{ $video->movie_length }}
{{ $video->codec }}
{{ $video->genre }}
{{ $video->category }}
{{ $video->cast }}
{{ (new \App\Http\Helper)->date_format($video->created_at) }}
@endsection