%PDF- %PDF-
Direktori : /home/silvzytp/calling_code/storage/framework/views/ |
Current File : //home/silvzytp/calling_code/storage/framework/views/cccc52e8438a552476edccd3d7806b0786080e75.php |
<!-- Modal --> <div class="modal fade" id="import-modal" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-md" 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">Calling Data Import</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 position-relative"> <div class="modal-loader d-none"> <img src="<?php echo e(asset('uploads/images/table-loading.svg')); ?>" alt=""> </div> <form id="import-form-submit" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="content py-2"> <label for="import-file" class="import-file"> <input type="file" required name="import_file"> </label> </div> <p>Choose file with mime: (xlsx) <a href="https://docs.google.com/spreadsheets/d/1X-ZM7gBeAjpWJKOQryOgm0wuXblyc4MuQq6J6sUFh90/edit?usp=sharing" target="_blank" class="text-danger">Check Excel Template</a></p> <div class="form-group"> <input type="text" class="form-control" name="file_name" placeholder="Enter import file name here.." required> </div> <div class="text-right"> <button type="submit" class="btn btn-sm btn-primary import-action">Import</button> </div> </form> </div> </div> </div> </div> <?php /**PATH C:\laragon\www\DSR\dsr-calling-management\resources\views/backend/modal/import.blade.php ENDPATH**/ ?>