Edit File: 5431b135a24b30bd62a8051cdd0410c58cc0c545.php
<?php echo $__env->make('admin.excel_layouts.header-for-excel', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="row"> <div class="container-fluid" > <?php echo $__env->yieldContent('content'); ?> </div> </div><!-- row--> <?php echo $__env->make('admin.excel_layouts.footer-for-excel', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php /**PATH /home/thunderw/public_html/resources/views/admin/excel_layouts/index-for-excel.blade.php ENDPATH**/ ?>
Back to File Manager