@if(str_contains($rawUrl, 'youtube.com') || str_contains($rawUrl, 'youtu.be'))
@else
@endif
@elseif($currentLesson->type === 'pdf')
@elseif($currentLesson->type === 'text')
{!! $currentLesson->content_body !!}
@if($contentUrl)
{{ str_starts_with($rawUrl, 'http') ? 'External Resource' : 'Download Material' }}
{{ str_starts_with($rawUrl, 'http') ? 'Click to visit the external link.' : 'Click to download the attached resource.' }}
Download Material
Click the button to download this resource.