Tom has plans to take a nice long nap in a hammock, but Jerry has gotten there first and is snoozing happily, so the two fight it out to see who gets to sleep there.
@php
$videos = $movie['videos'] ?? [];
$trailerObj = array_filter($videos, fn($v) => ($v['type'] ?? '') === 'Trailer' && ($v['site'] ?? '') === 'YouTube');
$trailerItem = reset($trailerObj);
@endphp
Watch on Prime Video