From feba727ed0b4a5666edf29f6af069a6f2e81cbb3 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 27 Jun 2026 04:23:04 +0200 Subject: fix: restore actors and HN sections in cinema_show view Previous edit accidentally merged the HN stories block inside the actors section. Properly separated the two with correct closing tags. --- resources/views/cinema_show.blade.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources/views/cinema_show.blade.php') diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index bac06e2..e2b8bcf 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -134,6 +134,13 @@ @foreach( $actors as $person )