ok
Direktori : /home2/selectio/www/3-idiots/storage/framework/views/ |
Current File : //home2/selectio/www/3-idiots/storage/framework/views/2e4c4345a52a46f247f54b28c73300337e617a84.php |
<?php $__env->startSection('title', \App\CPU\translate('product_settings')); ?> <?php $__env->startPush('css_or_js'); ?> <link href="<?php echo e(asset('public/assets/select2/css/select2.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('public/assets/back-end/css/custom.css')); ?>" rel="stylesheet"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="content container-fluid"> <!-- Page Title --> <div class="pb-2"> <h2 class="h1 mb-0 text-capitalize d-flex align-items-center gap-2"> <img src="<?php echo e(asset('/public/assets/back-end/img/business-setup.png')); ?>" alt=""> <?php echo e(\App\CPU\translate('Business_Setup')); ?> </h2> </div> <!-- End Page Title --> <!-- Inlile Menu --> <?php echo $__env->make('admin-views.business-settings.business-setup-inline-menu', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- End Inlile Menu --> <div class="card"> <div class="card-body"> <form action="<?php echo e(route('admin.product-settings.stock-limit-warning')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="row"> <div class="col-md-4"> <?php ($stock_limit=\App\Model\BusinessSetting::where('type','stock_limit')->first()); ?> <div class="form-group"> <label class="title-color d-flex"><?php echo e(\App\CPU\translate('minimum_stock_limit_for_warning')); ?></label> <input class="form-control" type="number" name="stock_limit" value="<?php echo e($stock_limit->value?$stock_limit->value:""); ?>" placeholder="<?php echo e(\App\CPU\translate('EX:123')); ?>"> </div> </div> <div class="col-12"> <div class="d-flex"> <button type="submit" class="btn btn--primary px-4"><?php echo e(\App\CPU\translate('submit')); ?></button> </div> </div> </div> </form> </div> </div> <div class="row mt-5"> <div class="col-md-6 mt-2 mt-md-0"> <div class="card"> <div class="card-header"> <h5 class="mb-0"><?php echo e(\App\CPU\translate('Digital Product')); ?></h5> </div> <div class="card-body"> <form action="<?php echo e(route('admin.product-settings.update-digital-product')); ?>" method="post"> <?php echo csrf_field(); ?> <label class="title-color d-flex mb-3"><?php echo e(\App\CPU\translate('Digital Product on/off')); ?></label> <div class="d-flex gap-2 align-items-center mb-2"> <input class="" name="digital_product" type="radio" value="1" id="defaultCheck1" <?php echo e($digital_product==1?'checked':''); ?>> <label class="title-color mb-0" for="defaultCheck1"> <?php echo e(\App\CPU\translate('Turn on')); ?> </label> </div> <div class="d-flex gap-2 align-items-center"> <input class="" name="digital_product" type="radio" value="0" id="defaultCheck2" <?php echo e($digital_product==0?'checked':''); ?>> <label class="title-color mb-0" for="defaultCheck2"> <?php echo e(\App\CPU\translate('Turn off')); ?> </label> </div> <div class="d-flex justify-content-end mt-3"> <button type="submit" class="btn btn--primary"><?php echo e(\App\CPU\translate('Save')); ?></button> </div> </form> </div> </div> </div> <div class="col-md-6 mt-2 mt-md-0"> <div class="card"> <div class="card-header"> <h5 class="mb-0"><?php echo e(\App\CPU\translate('Product_Brand')); ?></h5> </div> <div class="card-body"> <form action="<?php echo e(route('admin.product-settings.update-product-brand')); ?>" method="post"> <?php echo csrf_field(); ?> <label class="title-color d-flex mb-3"><?php echo e(\App\CPU\translate('Product Brand on/off')); ?></label> <div class="d-flex gap-2 align-items-center mb-2"> <input class="" name="product_brand" type="radio" value="1" id="defaultCheck3" <?php echo e($brand==1?'checked':''); ?>> <label class="title-color mb-0" for="defaultCheck3"> <?php echo e(\App\CPU\translate('Turn on')); ?> </label> </div> <div class="d-flex gap-2 align-items-center"> <input class="" name="product_brand" type="radio" value="0" id="defaultCheck4" <?php echo e($brand==0?'checked':''); ?>> <label class="title-color mb-0" for="defaultCheck4"> <?php echo e(\App\CPU\translate('Turn off')); ?> </label> </div> <div class="d-flex justify-content-end mt-3"> <button type="submit" class="btn btn--primary"><?php echo e(\App\CPU\translate('Save')); ?></button> </div> </form> </div> </div> </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 /home2/romeojul/public_html/a1tex.in/resources/views/admin-views/business-settings/product-settings.blade.php ENDPATH**/ ?>