@extends('layouts.site')
@section('content')
@include('frontend.common.breadcrumb')
{{ Str::limit($video->caption, 80) }}
{{-- Play button overlay --}}
{{-- Category badge --}}
{{ $video->category?->name }}
{{ $video->title }}
@if($video->caption)