@extends('frontend.layouts.master') @section('title', $video->title) @section('content')
@include('frontend.video.includes.show')
@include('frontend.video.partials.sidebar')
@endsection