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

Edit e-Class

@method('PATCH') @csrf
@if($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@if($errors->has('subject_id')) {{ $errors->first('subject_id') }} @endif

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

Notice: Trying to get property 'videos' of non-object in /home/vsajaipu/public_html/laravel/resources/views/admin/eclass/edit.blade.php on line 71

Notice: Trying to get property 'title' of non-object in /home/vsajaipu/public_html/laravel/resources/views/admin/eclass/edit.blade.php on line 72

Warning: Invalid argument supplied for foreach() in /home/vsajaipu/public_html/laravel/resources/views/admin/eclass/edit.blade.php on line 72
@endsection @section('scripts') @endsection