From 2bd360718a80a0013bf91decb5d9e99ec8333826 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 27 Jun 2026 03:20:31 +0200 Subject: fix: use separate count query in CinemaController::search() simplePaginate returns SimplePaginator which lacks total(). Count results separately following the pattern used in IndexController. --- resources/views/cinema_show.blade.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'resources/views') diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index 346a1f4..5f849e3 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -55,7 +55,13 @@