Set in the dangerous world of drug smuggling, where semi-submersible crafts are used by South American drug cartels to ship cocaine into the U.S. without having to deal with land-based authorities.
@php
$videos = $movie['videos'] ?? [];
$trailerObj = array_filter($videos, fn($v) => ($v['type'] ?? '') === 'Trailer' && ($v['site'] ?? '') === 'YouTube');
$trailerItem = reset($trailerObj);
@endphp
Watch on Prime Video