@extends('layouts.app') @section('content')
{{$video->video_description}}
{!! Str::limit($item->video_description, 120, ' ...') !!}