Path : /var/www/html/usd_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/usd_loan_system/storage/framework/views/78614b8a6e17cb35a8c42e988fe89a397ee9ec9e.php |
<?php $__env->startSection('title'); ?> <?php echo e(translate('add other_income')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="panel panel-white"> <div class="panel-heading"> <h6 class="panel-title"><?php echo e(translate('add other_income')); ?></h6> <div class="heading-elements"> </div> </div> <?php echo Form::open(array('url' => url('other_income/store'), 'method' => 'post','class'=>'', 'name' => 'form',"enctype"=>"multipart/form-data")); ?> <div class="panel-body"> <div class="form-group"> <?php echo Form::label('other_income_type_id',translate('income').' '.translate('type'),array('class'=>' control-label')); ?> <?php echo Form::select('other_income_type_id',$types,null, array('class' => 'form-control','required'=>'required')); ?> </div> <div class="form-group"> <?php echo Form::label('amount',translate('income').' '.translate('amount'),array('class'=>'')); ?> <?php echo Form::text('amount',null, array('class' => 'form-control touchspin', 'placeholder'=>"",'required'=>'required')); ?> </div> <div class="form-group"> <?php echo Form::label('account_id',translate('account to'),array('class'=>' control-label')); ?> <?php echo Form::select('account_id',$chart_assets,null, array('class' => 'form-control select2','placeholder'=>"",'required'=>'required')); ?> </div> <div class="form-group"> <?php echo Form::label('date',translate('date'),array('class'=>'')); ?> <?php echo Form::text('date',null, array('class' => 'form-control date-picker', 'placeholder'=>"",'required'=>'required')); ?> </div> <div class="form-group"> <?php echo Form::label('notes',translate('description'),array('class'=>'')); ?> <?php echo Form::textarea('notes',null, array('class' => 'form-control','rows'=>'3')); ?> </div> <!-- <div class="form-group"> <?php echo Form::label('files',translate('file').'('.translate('borrower_file_types').')',array('class'=>'')); ?> <?php echo Form::file('files[]', array('class' => 'form-control', 'multiple'=>"",'rows'=>'3')); ?> </div> --> <p class="bg-navy disabled color-palette"><?php echo e(translate('custom_field')); ?></p> <?php $__currentLoopData = $custom_fields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="form-group"> <?php echo Form::label($key->id,$key->name,array('class'=>'')); ?> <?php if($key->field_type=="number"): ?> <input type="number" class="form-control" name="<?php echo e($key->id); ?>" <?php if($key->required==1): ?> required <?php endif; ?>> <?php endif; ?> <?php if($key->field_type=="textfield"): ?> <input type="text" class="form-control" name="<?php echo e($key->id); ?>" <?php if($key->required==1): ?> required <?php endif; ?>> <?php endif; ?> <?php if($key->field_type=="date"): ?> <input type="text" class="form-control date-picker" name="<?php echo e($key->id); ?>" <?php if($key->required==1): ?> required <?php endif; ?>> <?php endif; ?> <?php if($key->field_type=="textarea"): ?> <textarea class="form-control" name="<?php echo e($key->id); ?>" <?php if($key->required==1): ?> required <?php endif; ?>></textarea> <?php endif; ?> <?php if($key->field_type=="decimal"): ?> <input type="text" class="form-control touchspin" name="<?php echo e($key->id); ?>" <?php if($key->required==1): ?> required <?php endif; ?>> <?php endif; ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </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(); ?> <!-- /.panel-body --> </div> <!-- /.box --> <?php $__env->stopSection(); ?> <?php $__env->startSection('footer-scripts'); ?> <script> $(document).ready(function (e) { }) </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/usd_loan_system/resources/views/other_income/create.blade.php ENDPATH**/ ?>