@php $download = $episode->getDownloadByType('FHD'); @endphp @isset($download)

Subtitles

@php $subtitles = collect([['English' => 'eng']]) ->merge($episode->subtitles->map(fn($sub) => [ $sub->subtitle->name => 'autotrans/' . $sub->subtitle->slug, ])) ->toArray(); $streamDomains = config('hstream.stream_domain'); @endphp @foreach($subtitles as $subtitle) @foreach ($subtitle as $language => $value) @endforeach @endforeach
@else

Subtitles

Unavailable.

@endisset