@extends('front/layout') @section('page_title','Video Description') @section('container')

{{ $cVideo[0]->class_slug }}th {{ $cVideo[0]->subject }} : {{ $cVideo[0]->chapter }}

{{ $cVideo[0]->name }} ({{ $cVideo[0]->level_name }})

{{ $cVideo[0]->description }}



@include('front.comments', ['video_id' => $cVideo[0]->id, 'comments' => $comments ])
@endsection