%PDF- %PDF-
Direktori : /home/silvzytp/crm-dub-code/storage/framework/views/ |
Current File : //home/silvzytp/crm-dub-code/storage/framework/views/0b7f20f47a730b33bbeb13a446b4c354f16d04b6.php |
<!-- Modal --> <div class="modal fade" id="export-modal" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-sm" role="document"> <div class="modal-content border-0 rounded-0"> <div class="modal-header bg-primary py-2 rounded-0"> <h6 class="modal-title text-light">Filter</h6> <button type="button" class="close text-light" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form action="<?php echo e(route('super.report.export')); ?>" id="export-form" method="POST"> <?php echo csrf_field(); ?> <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form.selectbox','data' => ['labelName' => 'Year','name' => 'year']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('form.selectbox'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['labelName' => 'Year','name' => 'year']); ?> <?php for($i=2000;$i<=$current_year; $i++): ?> <option value="<?php echo e($i); ?>" <?php echo e($i == $current_year ? 'selected' : ''); ?>><?php echo e($i); ?></option> <?php endfor; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?> <?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?> <?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?> <?php endif; ?> <div class="form-group"> <label for="month">Month</label> <select name="month" id="month" class="form-control form-control-sm" required> <option value="">-- Select Month --</option> <?php $__currentLoopData = MONTH; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($key); ?>"><?php echo e($value); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="text-right mt-3"> <button type="submit" class="btn btn-sm btn-primary save-btn">Export</button> </div> </form> </div> </div> </div> </div> <?php /**PATH /home/silvzytp/crm-dub-code/resources/views/backend/report/export.blade.php ENDPATH**/ ?>