D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
drmariampharmacy.com
/
storage
/
framework
/
views
/
Filename :
b30e6775c822c90f37f1ceea277dc193.php
back
Copy
<?php $__env->startSection('title', translate('product_Bulk_Import')); ?> <?php $__env->startSection('content'); ?> <div class="content container-fluid"> <div class="mb-4"> <h1 class="mb-1 text-capitalize d-flex gap-2"> <img src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/bulk-import.png')); ?>" alt=""> <?php echo e(translate('bulk_Import')); ?> </h1> </div> <div class="row gy-2"> <div class="col-12"> <div class="card card-body"> <h2><?php echo e(translate('instructions')); ?> : </h2> <p><?php echo e(translate('1')); ?>. <?php echo e(translate('download_the_format_file_and_fill_it_with_proper_data.')); ?></p> <p><?php echo e(translate('2')); ?>. <?php echo e(translate('you_can_download_the_example_file_to_understand_how_the_data_must_be_filled.')); ?></p> <p><?php echo e(translate('3')); ?>. <?php echo e(translate('once_you_have_downloaded_and_filled_the_format_file')); ?>, <?php echo e(translate('upload_it_in_the_form_below_and_submit.')); ?></p> <p>4. <?php echo e(translate('after_uploading_products_you_need_to_edit_them_and_set_product_images_and_choices.')); ?></p> <p>5. <?php echo e(translate('you_can_get_brand_and_category_id_from_their_list_please_input_the_right_ids.')); ?></p> <p>6. <?php echo e(translate('you_can_upload_your_product_images_in_product_folder_from_gallery_and_copy_image_path.')); ?></p> </div> </div> <div class="col-md-12"> <form class="product-form form-advance-validation form-advance-inputs-validation form-advance-file-validation non-ajax-form-validate" action="<?php echo e(route('admin.products.bulk-import')); ?>" method="POST" enctype="multipart/form-data" novalidate="novalidate"> <?php echo csrf_field(); ?> <div class="card rest-part"> <div class="px-3 py-4 d-flex flex-wrap align-items-center gap-10 justify-content-center"> <h3 class="mb-0"><?php echo e(translate("do_not_have_the_template")); ?> ?</h3> <a href="<?php echo e(dynamicAsset(path: 'public/assets/product_bulk_format.xlsx')); ?>" download="" class="fs-16 fw-medium"><?php echo e(translate('download_here')); ?></a> </div> <div class="card-body"> <div class="form-group"> <div class="row justify-content-center"> <div class="col-auto"> <div class="uploadDnD"> <div class="form-group inputDnD input_image input_image_edit" data-title="<?php echo e(translate('drag_&_drop_file_or_browse_file')); ?>"> <input type="file" name="products_file" accept=".xlsx, .xls" class="form-control-file text--primary font-weight-bold action-upload-section-dot-area" data-max-size="<?php echo e(getFileUploadMaxSize(type: 'file')); ?>" data-required-msg="<?php echo e(translate('file_field_is_required')); ?>" id="inputFile" required> </div> </div> </div> </div> </div> <div class="d-flex flex-wrap gap-10 align-items-center justify-content-end"> <button type="reset" class="btn btn-secondary px-4 action-onclick-reload-page"><?php echo e(translate('reset')); ?></button> <button type="submit" class="btn btn-primary px-4"><?php echo e(translate('submit')); ?></button> </div> </div> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/forge/drmariampharmacy.com/resources/views/admin-views/product/bulk-import.blade.php ENDPATH**/ ?>