@extends('student.layouts.main') @section('main-section')

My Learning

@foreach ($learnings as $learning) @if ($learning->content_description) @else @endif @if($learning->video_description) @else @endif @if ($learning->blog_description) @else @endif @endforeach
S.No. Topic Study Content Videos Blogs
{{$loop->iteration}} {{$learning->topic_name}}
{{$learning->content_description}}

View {{-- View --}}
{{$learning->video_description}}

View {{-- View --}}
{{$learning->blog_description}}

View {{-- View --}}
@endsection