⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
26ea0607b6451637a4628d1b1bd4a2cd.php
<?php echo e(Form::model($vender,array('route' => array('vender.update', $vender->id), 'method' => 'PUT'))); ?> <div class="modal-body"> <h6 class="sub-title"><?php echo e(__('Basic Info')); ?></h6> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('name',__('Name'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('name',null,array('class'=>'form-control','required'=>'required'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('contact',__('Contact'),['class'=>'form-label'])); ?> <?php echo e(Form::number('contact',null,array('class'=>'form-control','required'=>'required'))); ?> </div> </div> <div class="col-lg-4 col-md-4 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('tax_number',__('Tax Number'),['class'=>'form-label'])); ?> <?php echo e(Form::text('tax_number',null,array('class'=>'form-control'))); ?> </div> </div> <?php if(!$customFields->isEmpty()): ?> <div class="col-lg-4 col-md-4 col-sm-6"> <div class="tab-pane fade show" id="tab-2" role="tabpanel"> <?php echo $__env->make('customFields.formBuilder', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <?php endif; ?> </div> <h6 class="sub-title"><?php echo e(__('Billing Address')); ?></h6> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('billing_name',__('Name'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('billing_name',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('billing_phone',__('Phone'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('billing_phone',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-md-12"> <div class="form-group"> <?php echo e(Form::label('billing_address',__('Address'),array('class'=>'form-label'))); ?> <?php echo e(Form::textarea('billing_address',null,array('class'=>'form-control','rows'=>3))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('billing_city',__('City'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('billing_city',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('billing_state',__('State'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('billing_state',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('billing_country',__('Country'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('billing_country',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('billing_zip',__('Zip Code'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('billing_zip',null,array('class'=>'form-control'))); ?> </div> </div> </div> <?php if(App\Models\Utility::getValByName('shipping_display')=='on'): ?> <div class="col-md-12 text-end"> <input type="button" id="billing_data" value="<?php echo e(__('Shipping Same As Billing')); ?>" class="btn btn-primary"> </div> <h6 class="sub-title"><?php echo e(__('Shipping Address')); ?></h6> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('shipping_name',__('Name'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('shipping_name',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('shipping_phone',__('Phone'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('shipping_phone',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-md-12"> <div class="form-group"> <?php echo e(Form::label('shipping_address',__('Address'),array('class'=>'form-label'))); ?> <?php echo e(Form::textarea('shipping_address',null,array('class'=>'form-control','rows'=>3))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('shipping_city',__('City'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('shipping_city',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('shipping_state',__('State'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('shipping_state',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('shipping_country',__('Country'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('shipping_country',null,array('class'=>'form-control'))); ?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('shipping_zip',__('Zip Code'),array('class'=>'form-label'))); ?> <?php echo e(Form::text('shipping_zip',null,array('class'=>'form-control'))); ?> </div> </div> </div> <?php endif; ?> </div> <div class="modal-footer"> <input type="button" value="<?php echo e(__('Cancel')); ?>" class="btn btn-light" data-bs-dismiss="modal"> <input type="submit" value="<?php echo e(__('Update')); ?>" class="btn btn-primary"> </div> <?php echo e(Form::close()); ?> <?php /**PATH /var/www/crm/resources/views/vender/edit.blade.php ENDPATH**/ ?>