Going for Gold is a British television game show that originally aired on BBC One between 12 October 1987 and 9 July 1996. It has since been revived for Channel 5 from 13 October 2008 to 20 March 2009.
@php
$videos = $movie['videos'] ?? [];
$trailerObj = array_filter($videos, fn($v) => ($v['type'] ?? '') === 'Trailer' && ($v['site'] ?? '') === 'YouTube');
$trailerItem = reset($trailerObj);
@endphp
Watch on Prime Video