⚝
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 :
3d73a4af4ae1ae3694da99679e4ad7c7.php
<?php echo e(Form::open(array('url'=>'customer','method'=>'post'))); ?> <div class="modal-body"> <h6 class="sub-title"><?php echo e(__('Basic Info')); ?></h6> <div class="row"> <div class="col-lg-4 col-md-4 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' ,'placeholder'=>_('Enter Name')))); ?> </div> </div> <div class="col-lg-4 col-md-4 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' , 'placeholder'=>__('Enter Contact')))); ?> </div> </div> <div class="col-lg-4 col-md-4 col-sm-6"> <div class="form-group"> <?php echo e(Form::label('email',__('Email'),['class'=>'form-label'])); ?> <?php echo e(Form::email('email',null,array('class'=>'form-control' , 'placeholder'=>__('Enter email')))); ?> </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' , 'placeholder' => __('Enter Tax Number')))); ?> </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'=>'','class'=>'form-label'))); ?> <?php echo e(Form::text('billing_name',null,array('class'=>'form-control' , 'placeholder'=>__('Enter Name')))); ?> </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' , 'placeholder'=>__('Enter Phone')))); ?> </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 , 'placeholder'=>__('Enter Address')))); ?> </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' , 'placeholder'=>__('Enter City')))); ?> </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' , 'placeholder' => __('Enter State')))); ?> </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' , 'placeholder'=>__('Enter Country')))); ?> </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' , 'placeholder'=>__('Enter Zip Code')))); ?> </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' , 'placeholder'=>__('Enter Name')))); ?> </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' , 'placeholder'=>__('Enter Phone')))); ?> </div> </div> <div class="col-md-12"> <div class="form-group"> <?php echo e(Form::label('shipping_address',__('Address'),array('class'=>'form-label'))); ?> <label class="form-label" for="example2cols1Input"></label> <?php echo e(Form::textarea('shipping_address',null,array('class'=>'form-control','rows'=>3 , 'placeholder'=>__('Enter Address')))); ?> </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' , 'placeholder'=>__('Enter City')))); ?> </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' , 'placeholder'=>__('Enter State')))); ?> </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' , 'placeholder'=>__('Enter Country')))); ?> </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' , 'placeholder' => __('Enter Zip Code')))); ?> </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(__('Create')); ?>" class="btn btn-primary"> </div> <?php echo e(Form::close()); ?> <?php /**PATH /var/www/html/resources/views/customer/create.blade.php ENDPATH**/ ?>