@extends('layouts.app') @section('title','Video Library') @section('content')
{{ \Illuminate\Support\Str::limit($video->description, 100) }}