Four panelists must determine guests' occupations - and, in the case of famous guests, while blindfolded, their identity - by asking only "yes" or "no" questions.
@php
$videos = $movie['videos'] ?? [];
$trailerObj = array_filter($videos, fn($v) => ($v['type'] ?? '') === 'Trailer' && ($v['site'] ?? '') === 'YouTube');
$trailerItem = reset($trailerObj);
@endphp
Watch on Prime Video