Path : /var/www/html/thb_loan_system/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/thb_loan_system/storage/framework/views/8fc256b56b8044c7b7324c59314289e4a1421e4f.php |
<?php $__env->startSection('title'); ?> <?php echo e(translate('edit user')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="box box-default" style="background: #fff"> <div class="panel-heading"> <h6 class="panel-title"> <?php echo e(translate('edit user')); ?></h6> <div class="heading-elements"> </div> </div> <?php echo Form::open(array('url' => 'user/profile','class'=>'form-horizontal form-bordered form-label-stripped',"enctype" => "multipart/form-data")); ?> <div class="panel-body"> <div class="form-group"> <?php echo Form::label(translate('first_name'),null,array('class'=>'control-label')); ?> <?php echo Form::text('first_name',$user->first_name,array('class'=>'form-control','required'=>'required')); ?> </div> <div class="form-group"> <?php echo Form::label(translate('last_name'),null,array('class'=>'control-label')); ?> <?php echo Form::text('last_name',$user->last_name,array('class'=>'form-control','required'=>'required')); ?> </div> <div class="form-group"> <?php echo Form::label(translate('gender'),null,array('class'=>' control-label')); ?> <?php echo Form::select('gender', array('Male' =>translate('male'), 'Female' => translate('female')),$user->gender,array('class'=>'form-control')); ?> </div> <div class="form-group"> <?php echo Form::label(translate('phone'),null,array('class'=>'control-label')); ?> <?php echo Form::text('phone',$user->phone,array('class'=>'form-control')); ?> </div> <div class="form-group "> <?php echo Form::label(translate('email'),null,array('class'=>'control-label')); ?> <?php echo Form::email('email',$user->email,array('class'=>'form-control','required'=>'required')); ?> </div> <div class="form-group"> <?php echo Form::label(translate('password'),null,array('class'=>'control-label')); ?> <?php echo Form::password('password',array('class'=>'form-control')); ?> </div> <div class="form-group"> <?php echo Form::label(translate('repeat_password'),null,array('class'=>'control-label')); ?> <?php echo Form::password('rpassword',array('class'=>'form-control')); ?> </div> <div class="form-group"> <?php echo Form::label(translate('address'),null,array('class'=>'control-label')); ?> <?php echo Form::textarea('address',$user->address,array('class'=>'form-control wysihtml5','rows'=>'3')); ?> </div> <div class="form-group"> <?php echo Form::label(translate('note'),null,array('class'=>'control-label')); ?> <?php echo Form::textarea('notes',$user->notes,array('class'=>'form-control wysihtml5','rows'=>'3')); ?> </div> </div> <div class="panel-footer"> <div class="heading-elements"> <button type="submit" class="btn btn-primary pull-right"><?php echo e(translate('save')); ?></button> </div> </div> <?php echo Form::close(); ?> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('footer-scripts'); ?> <script src="<?php echo e(asset('assets/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/thb_loan_system/resources/views/user/profile.blade.php ENDPATH**/ ?>