@if ($videoGalleries->isEmpty() && auth()->check() && auth()->user()->role_id == 1)

@lang('edulia.no_data_available_please_go_to') @lang('edulia.video_gallery')

@else @foreach ($videoGalleries as $videoGallery) @php $variable = substr($videoGallery->video_link, 32, 11); @endphp
video thumbnail

{{ mb_strimwidth($videoGallery->name, 0, 50, '...') }}

{{ mb_strimwidth($videoGallery->description, 0, 150, '...') }}

@endforeach @endif