EXCEPTION:

syntax error, unexpected end of file

ParseError: syntax error, unexpected end of file in /home/master.test/www/storage/_cache/catalog_templates_code-goods_html.php:490
486: <?php if ($filter['type'] == 2 && $filter['min'] < $filter['max']):?>
487: <div class="group-title">
488: <?=$filter['title']?><?php if ($filter['measure']):?>, <?=$filter['measure']?><?php endif?>
489: </div>
490: <?php $minValue = $queryData['r'][$filter['key']]['min'] ?? $filter['min'];
491: $maxValue = $queryData['r'][$filter['key']]['max'] ?? $filter['max'];
492:
493: if ($filter['key'] == 'p') {
494: $minValue = to_number(intval($minValue));
495: $maxValue = to_number(intval($maxValue));
496: }

Stack trace: #0 /home/master.test/www/vendor/mad/core/view.php(57): Views\Template::view() #1 /home/master.test/www/vendor/mad/index.php(246): Views\View->__construct() #2 /home/master.test/www/vendor/mad/index.php(84): Mad::checkRoutes() #3 /home/master.test/www/vendor/mad/index.php(332): Mad::start() #4 /home/master.test/www/public/index.php(4): require('...') #5 {main}