@php use App\Libraries\General; use App\Libraries\FileSystem; @endphp @foreach($data->videos as $k => $v)
{{ General::getVideoDuration(public_path($v['video'])) }} min
{{ isset($v['description']) && $v['description'] ? Str::limit(__dl($v,'description'),90,'...') : '' }}