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