@extends('admin.layouts.main') @section('main-section')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif

Learning Contents

Add Content
@foreach ($contents as $content) @endforeach
S.No Class/Grade Subject Topic Content Video Blog Status Action
{{$loop->iteration}} {{$content->classname}} {{$content->subjectname}} {{$content->topicname}}
{{$content->content_description}}

@if ($content->content_link) @endif
{{$content->video_description}}

@if ($content->video_link) @endif
{{$content->blog_description}}

@if ($content->blog_link) @endif
contentstatus == 1) then checked @endif>
@endsection