@extends('backEnd.master') @section('title') @lang('downloadCenter.video_list') @endsection @push('css') @endpush @section('mainContent')

{{ $student_detail->full_name }} - @lang('downloadCenter.video_list')

@if (isset($videos))
@foreach ($records as $key => $record)
@foreach ($videos as $video) @php $variable = substr($video->youtube_link, 32, 11); @endphp
{{ $video->title }}
@endforeach
@endforeach
@endif @endsection