summaryrefslogtreecommitdiff
path: root/resources/views/cinema_show.blade.php
AgeCommit message (Collapse)AuthorFilesLines
2026-06-27fix: use separate count query in CinemaController::search()Developer1-1/+7
simplePaginate returns SimplePaginator which lacks total(). Count results separately following the pattern used in IndexController.
2026-06-27fix: rename cinema-show.blade.php to cinema_show.blade.phpDeveloper1-0/+150
Laravel resolves view names with underscores (cinema_show), not hyphens.