@extends('layouts.front') @section('content')

Welcome To Vidya Shree Academy Jaipur Eclass

@if(isset($eclass) && !empty($eclass))

Notice: Undefined variable: eclass in /home/vsajaipu/public_html/laravel/resources/views/eclass.blade.php on line 58

Notice: Trying to get property 'videos' of non-object in /home/vsajaipu/public_html/laravel/resources/views/eclass.blade.php on line 58
@foreach($videos->urls as $key => $value) @if(!empty($value))
Notice: Undefined variable: value in /home/vsajaipu/public_html/laravel/resources/views/eclass.blade.php on line 62

Notice: Undefined offset: 1 in /home/vsajaipu/public_html/laravel/resources/views/eclass.blade.php on line 64
@if(isset($youtube_id) && !empty($youtube_id))

{{ $videos->title[$key] }}

@endif @endif @endforeach
@else

Videos Not Found

@endif
@endsection