File: /var/www/html/dashboard.orbiwheels.com/storage/framework/views/a611496698469f3c975afe8ad7f22a13.php
<?php $__env->startSection('content'); ?>
<div class="right_col" role="main">
<div class="">
<div class="clearfix"></div>
<div class="row" style="display: block;">
<div class="col-md-2 ">
<?php echo $__env->make('admin.settings.setting_menu', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
</div>
<div class="col-md-10 ">
<div class="x_panel">
<div class="x_content">
<form class="form-horizontal form-label-left" action="<?php echo e(route('admin.setting.general')); ?>" method="POST" enctype="multipart/form-data">
<?php echo csrf_field(); ?>
<div class="form-group row ">
<label class="control-label col-md-3 col-sm-3 ">App Name</label>
<div class="col-md-9 col-sm-9 ">
<input type="text" name="settings[site_name]" value="<?php echo e($settings['site_name'] ?? ''); ?>" class="form-control" placeholder="App Name">
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3 col-sm-3 ">Email </label>
<div class="col-md-9 col-sm-9 ">
<input type="email" name="settings[site_email]" value="<?php echo e($settings['site_email'] ?? ''); ?>" class="form-control"
placeholder="Email">
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3 col-sm-3 ">Phone </label>
<div class="col-md-9 col-sm-9 ">
<input type="tel" name="settings[site_phone]" value="<?php echo e($settings['site_phone'] ?? ''); ?>" class="form-control"
placeholder="Phone">
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3 col-sm-3 ">Address <span
class="required">*</span>
</label>
<div class="col-md-9 col-sm-9 ">
<textarea class="form-control" name="settings[site_address]" value="<?php echo e($settings['site_address'] ?? ''); ?>" rows="3" placeholder="Address"><?php echo e($settings['site_address'] ?? ''); ?></textarea>
</div>
</div>
<div class="ln_solid"></div>
<div class="form-group">
<div class="col-md-9 col-sm-9 offset-md-11">
<button type="submit" class="btn btn-success">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('script'); ?>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layout.master', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/dashboard.orbiwheels.com/resources/views/admin/settings/system_setting.blade.php ENDPATH**/ ?>