@extends('layouts.app') @push('head') @endpush @section('title', $video->title . ' | ' . config('app.name')) @section('extra_styles') @endsection @section('content')
{{ $video->description }}