Jerry takes his comedy pals out for coffee in a selection of his classic automobiles. Larry David sums it up best when he says, 'You've finally made a show about nothing.'
@php
$videos = $movie['videos'] ?? [];
$trailerObj = array_filter($videos, fn($v) => ($v['type'] ?? '') === 'Trailer' && ($v['site'] ?? '') === 'YouTube');
$trailerItem = reset($trailerObj);
@endphp
Watch on Prime Video