@forelse($content1->content_details as $content)
{{$content->getLearningContentDetails ? $content->getLearningContentDetails->content_title : "Not provided"}}
{{$content->getLearningContentDetails ? $content->getLearningContentDetails->content_description : "Not provided"}}
Available
@php
$file_link = $content->getLearningContentDetails ? $content->getLearningContentDetails->content_s3_id : "";
$read = App\Http\Controllers\Gold\Candidate\GoldCandidateController::getELearningContentStatus($candidate_track->hiremee_id,$content->track_id,$content->id);
$read_status = $read ? $read->readcount : "";
$read_link = $content->getLearningContentDetails ? $content->getLearningContentDetails->content_link : "";
@endphp
@if($file_link)
@endif
Read More
@empty
No Learning Content Found
@endforelse