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.
8 lines
690 B
PHP
8 lines
690 B
PHP
<?php
|
|
use NN\Module\View;
|
|
?>
|
|
<?php echo $__env->make('temp.plugins.tools', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php echo $__env->make('temp.plugins.forms', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php echo $__env->make('temp.plugins.callform', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php echo $__env->make('temp.plugins.button', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php echo View::sc('crud.js'); ?><?php /**PATH /DATA/AppData/warpeka/views/temp/crudpinjaman.blade.php ENDPATH**/ ?>
|