@php
$bio = explode("\n", $academy->mentor_bio);
@endphp
@foreach ($bio as $text)
@if (!empty(trim($text)))
{{ $text }}
@endif
@endforeach
{{ $academy->name }}
@foreach ($academy->videos as $video)
@if ($video->watched == true)
@else
@if ($video->permitted)
@else
@endif
@endif
@if ($video->permitted)
@else
@endif
{{ $video->title }}
Eps. {{ $video->episode }}
@endforeach