Couples travel to a tropical paradise where they are forced to decide if they're ready to commit to one another for the rest of their lives. A reboot of the 2001 reality series.
@php
$videos = $movie['videos'] ?? [];
$trailerObj = array_filter($videos, fn($v) => ($v['type'] ?? '') === 'Trailer' && ($v['site'] ?? '') === 'YouTube');
$trailerItem = reset($trailerObj);
@endphp
Watch on Prime Video