A linking together of Shakespeare's history plays — Richard II, 1 Henry IV, 2 Henry IV, Henry V, 1 Henry VI, 2 Henry VI, 3 Henry VI, and Richard III — chronicling the rise and fall of monarchs over the 86 years between Richard II and Richard III.
@php
$videos = $movie['videos'] ?? [];
$trailerObj = array_filter($videos, fn($v) => ($v['type'] ?? '') === 'Trailer' && ($v['site'] ?? '') === 'YouTube');
$trailerItem = reset($trailerObj);
@endphp
Watch on Prime Video