You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
844 B
PHP
14 lines
844 B
PHP
<?php
|
|
use NN\Module\View;
|
|
use NN\Module\DB;
|
|
?>
|
|
<?php echo $__env->make("temp.plugins.tool.selectnull", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php echo $__env->make("temp.plugins.tool.terbilang", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php echo $__env->make("temp.plugins.tool.times", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php echo $__env->make("temp.plugins.tool.viewrp", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<noscript id="bb"><?php echo json_encode(DB::query_result_object("
|
|
SELECT * FROM setbb
|
|
")); ?></noscript>
|
|
<?php echo View::sc('tools.js'); ?>
|
|
|
|
<?php /**PATH /var/www/html/acc/views/temp/plugins/tools.blade.php ENDPATH**/ ?>
|