My Learning

@csrf

@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 --}}
{!! $learnings->appends(['topic' => $requests['topic'] ?? ''])->links() !!}