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.
5 lines
400 B
PHP
5 lines
400 B
PHP
<?php if(APPNAME == 'acc'): ?>
|
|
<?php echo $__env->make('admin.lap.acc', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php else: ?>
|
|
<?php echo $__env->make('admin.lap.usp', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php endif; ?><?php /**PATH /DATA/AppData/warpeka/views/admin/laporan.blade.php ENDPATH**/ ?>
|