@extends('backEnd.master') @section('title') @lang('downloadCenter.video_list') @endsection @push('css') @endpush @section('mainContent') {{ $student_detail->full_name }} - @lang('downloadCenter.video_list') @lang('common.dashboard') @lang('downloadCenter.download_center') @lang('downloadCenter.video_list') @if (isset($videos)) @foreach ($records as $key => $record) @if (moduleStatusCheck('University')) {{ $record->semesterLabel->name }} ( {{ $record->unSemester->name }} - {{ $record->unAcademic->name }} ) @else {{ $record->class->class_name }} ({{ $record->section->section_name }}) @endif @endforeach @foreach ($records as $key => $record) @foreach ($videos as $video) @php $variable = substr($video->youtube_link, 32, 11); @endphp {{ $video->title }} @endforeach @endforeach @endif @endsection