Path : /var/www/html/master288-bk2/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/master288-bk2/storage/framework/views/ad208755262cc2899010bbc6e7a878722879be2e.php |
<?php $__env->startSection('content'); ?> <div class="row"> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> <i class="fa fa-table fa-fw "></i> Table <span>> User </span> <span>> Form </span> </h1> </div> <div class="col-xs-12 col-sm-5 col-md-5 col-lg-8"> <a class="btn btn-primary pull-right" href="/admin/settings/create"> <i class="fa fa-plus"></i> Add New </a> </div> </div> <!-- widget grid --> <section id="widget-grid" class=""> <!-- row --> <div class="row"> <!-- NEW WIDGET START --> <article class="col-sm-12 col-md-12 col-lg-12"> <!-- Widget ID (each widget will need unique ID)--> <div class="jarviswidget" id="wid-id-0" data-widget-colorbutton="false" data-widget-editbutton="false"> <header> <span class="widget-icon"> <i class="fa fa-eye"></i> </span> <h2>User Form</h2> </header> <!-- widget div--> <div> <!-- widget edit box --> <div class="jarviswidget-editbox"> <!-- This area used as dropdown edit box --> </div> <!-- end widget edit box --> <!-- widget content --> <div class="widget-body"> <?php if(empty($setting)): ?> <form class="form-horizontal" method="POST" action="<?php echo e(route('admin.settings.store')); ?>"> <?php echo e(csrf_field()); ?> <fieldset> <div class="form-group"> <label class="col-md-2 control-label">Key</label> <div class="col-md-7"> <input class="form-control" placeholder="Key" type="text" name="key" required> </div> </div> <div class="form-group"> <label class="col-md-2 control-label">Value</label> <div class="col-md-7"> <input class="form-control" placeholder="Value" type="text" name="value" required> </div> </div> </fieldset> <div class="form-actions"> <div class="row"> <div class="col-md-12"> <button class="btn btn-default" type="button" onclick="window.history.back();"> Cancel </button> <button class="btn btn-primary" type="submit" return="false"> <i class="fa fa-save"></i> Save </button> </div> </div> </div> </form> <?php else: ?> <form class="form-horizontal" method="POST" action="<?php echo e(route('admin.settings.update', $setting)); ?>"> <input name="_method" type="hidden" value="PUT"> <?php echo e(csrf_field()); ?> <fieldset> <div class="form-group"> <label class="col-md-2 control-label">Key</label> <div class="col-md-7"> <input class="form-control" placeholder="Key" type="text" name="key" value="<?php echo e($setting->key); ?>" required> </div> </div> <div class="form-group"> <label class="col-md-2 control-label">Value</label> <div class="col-md-7"> <input class="form-control" placeholder="Value" type="text" name="value" value="<?php echo e($setting->value); ?>" required> </div> </div> </fieldset> <div class="form-actions"> <div class="row"> <div class="col-md-12"> <button class="btn btn-default" type="button" onclick="window.history.back();"> Cancel </button> <button class="btn btn-primary" type="submit"> <i class="fa fa-save"></i> Save </button> </div> </div> </div> </form> <?php endif; ?> </div> <!-- end widget content --> </div> <!-- end widget div --> </div> <!-- end widget --> <!-- end widget --> </article> <!-- WIDGET END --> </div> <!-- end row --> </section> <!-- end widget grid --> </div> <!-- END MAIN CONTENT --> </div> <!-- END MAIN PANEL --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/master288/resources/views/admin/setting/settingForm.blade.php ENDPATH**/ ?>