It's a grand day at the beach for Tom and his girlfriend Toots - that is, until Jerry shows up (and, for a while, gets a rather vicious crab involved as well).
@php
$videos = $movie['videos'] ?? [];
$trailerObj = array_filter($videos, fn($v) => ($v['type'] ?? '') === 'Trailer' && ($v['site'] ?? '') === 'YouTube');
$trailerItem = reset($trailerObj);
@endphp
Watch on Prime Video