Server IP : 162.213.251.212 / Your IP : 3.137.180.245 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/www/easybuyer/storage/framework/views/ |
Upload File : |
<?php if (isset($component)) { $__componentOriginal2a47292f4e4050071cfddfd6ba8e2a3a4c127757 = $component; } ?> <?php $component = $__env->getContainer()->make(App\View\Components\Admin\Header::class, []); ?> <?php $component->withName('admin.header'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal2a47292f4e4050071cfddfd6ba8e2a3a4c127757)): ?> <?php $component = $__componentOriginal2a47292f4e4050071cfddfd6ba8e2a3a4c127757; ?> <?php unset($__componentOriginal2a47292f4e4050071cfddfd6ba8e2a3a4c127757); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalf876cca3a28f659cd5d542fa68eb46dbaafc0d1d = $component; } ?> <?php $component = $__env->getContainer()->make(App\View\Components\Admin\Sidebar::class, []); ?> <?php $component->withName('admin.sidebar'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalf876cca3a28f659cd5d542fa68eb46dbaafc0d1d)): ?> <?php $component = $__componentOriginalf876cca3a28f659cd5d542fa68eb46dbaafc0d1d; ?> <?php unset($__componentOriginalf876cca3a28f659cd5d542fa68eb46dbaafc0d1d); ?> <?php endif; ?> <main> <div class="main-content"> <div class="row"> <div class="col-lg-12 col-12"> <h1>Settings</h1> <?php if(session('success')): ?> <div class="alert alert-success"><?php echo e(session('success')); ?></div> <?php endif; ?> <form action="<?php echo e(route('admin.settings.update')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="form-group"> <label for="min_quantity_for_discount">Minimum Quantity for Discount</label> <input type="number" name="min_quantity_for_discount" id="min_quantity_for_discount" value="<?php echo e(old('min_quantity_for_discount', $settings->min_quantity_for_discount)); ?>" class="form-control" required> </div> <div class="form-group"> <label for="discount_amount">Discount Amount</label> <input type="number" name="discount_amount" id="discount_amount" value="<?php echo e(old('discount_amount', $settings->discount_amount)); ?>" class="form-control" required> </div> <div class="form-group"> <label for="local_shipping_cost">Local Shipping Cost</label> <input type="number" name="local_shipping_cost" id="local_shipping_cost" value="<?php echo e(old('local_shipping_cost', $settings->local_shipping_cost)); ?>" class="form-control" required> </div> <div class="form-group"> <label for="out_of_canada_shipping_cost">Out of Canada Shipping Cost</label> <input type="number" name="out_of_canada_shipping_cost" id="out_of_canada_shipping_cost" value="<?php echo e(old('out_of_canada_shipping_cost', $settings->out_of_canada_shipping_cost)); ?>" class="form-control" required> </div> <button type="submit" class="btn btn-primary">Update Settings</button> </form> </div> </div> </div> </main> <?php if (isset($component)) { $__componentOriginal273b99c895545dc613f61f0747b5dd769beb60e4 = $component; } ?> <?php $component = $__env->getContainer()->make(App\View\Components\Admin\Footer::class, []); ?> <?php $component->withName('admin.footer'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal273b99c895545dc613f61f0747b5dd769beb60e4)): ?> <?php $component = $__componentOriginal273b99c895545dc613f61f0747b5dd769beb60e4; ?> <?php unset($__componentOriginal273b99c895545dc613f61f0747b5dd769beb60e4); ?> <?php endif; ?> <?php /**PATH C:\xampp\htdocs\easybuyer\resources\views/admin/settings/index.blade.php ENDPATH**/ ?>