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