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