@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif

Learning Contents


@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
@if ($content->contentstatus == 1) Active @else Inactive @endif contentstatus == 1) then checked @endif>
{!! $contents->links() !!}
@endsection