@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['title']) && $v['title'] ? Str::limit(__dl($v,'title'),60,'...') : '' }}

{{ isset($v['description']) && $v['description'] ? Str::limit(__dl($v,'description'),90,'...') : '' }}

@endforeach