/home/brandsfa/www/storage/framework/views/1a15f077e0758b4aad4780f572e81098.php
<?php $__env->startSection('title', translate('product_Bulk_Import')); ?>

<?php $__env->startSection('content'); ?>
    <div class="content container-fluid">

        <div class="mb-4">
            <h2 class="h1 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')); ?>

            </h2>
        </div>

        <div class="row text-start">
            <div class="col-12">
                <div class="card card-body">
                    <h1 class="display-5"><?php echo e(translate('instructions')); ?> : </h1>
                    <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 mt-2">
                <form class="product-form" action="<?php echo e(route('admin.products.bulk-import')); ?>" method="POST"
                      enctype="multipart/form-data">
                    <?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">
                            <h4 class="mb-0"><?php echo e(translate("do_not_have_the_template")); ?> ?</h4>
                            <a href="<?php echo e(dynamicAsset(path: 'public/assets/product_bulk_format.xlsx')); ?>" download=""
                               class="btn-link text-capitalize fz-16 font-weight-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" id="inputFile">
                                            </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.back-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/amkworld/public_html/resources/views/admin-views/product/bulk-import.blade.php ENDPATH**/ ?>