⚝
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 :
0385d4706b6af5e8b1ae0f75bb4a6104.php
<?php echo e(Form::open(array('url'=>'job-application','method'=>'post', 'enctype' => "multipart/form-data"))); ?> <div class="modal-body"> <div class="row"> <div class="form-group col-md-12"> <?php echo e(Form::label('job',__('Job'),['class'=>'form-label'])); ?> <?php echo e(Form::select('job',$jobs,null,array('class'=>'form-control select2','id'=>'jobs'))); ?> </div> <div class="form-group col-md-6"> <?php echo e(Form::label('name',__('Name'),['class'=>'form-label'])); ?> <?php echo e(Form::text('name',null,array('class'=>'form-control name' , 'placeholder'=>__('Enter Name')))); ?> </div> <div class="form-group col-md-6"> <?php echo e(Form::label('email',__('Email'),['class'=>'form-label'])); ?> <?php echo e(Form::text('email',null,array('class'=>'form-control' , 'placeholder'=>__('Enter email')))); ?> </div> <div class="form-group col-md-6"> <?php echo e(Form::label('phone',__('Phone'),['class'=>'form-label'])); ?> <?php echo e(Form::text('phone',null,array('class'=>'form-control' , 'placeholder'=>__('Enter Phone')))); ?> </div> <div class="form-group col-md-6 dob d-none"> <?php echo Form::label('dob', __('Date of Birth'),['class'=>'form-label']); ?> <?php echo Form::date('dob', old('dob'), ['class' => 'form-control']); ?> </div> <div class="form-group col-md-6 gender d-none"> <?php echo Form::label('gender', __('Gender'),['class'=>'form-label']); ?> <div class="d-flex radio-check"> <div class="form-check form-check-inline form-group"> <input type="radio" id="g_male" value="Male" name="gender" class="form-check-input"> <label class="form-check-label" for="g_male"><?php echo e(__('Male')); ?></label> </div> <div class="form-check form-check-inline form-group"> <input type="radio" id="g_female" value="Female" name="gender" class="form-check-input"> <label class="form-check-label" for="g_female"><?php echo e(__('Female')); ?></label> </div> </div> </div> <div class="form-group col-md-6 country d-none"> <?php echo e(Form::label('country',__('Country'),['class'=>'form-label'])); ?> <?php echo e(Form::text('country',null,array('class'=>'form-control'))); ?> </div> <div class="form-group col-md-6 country d-none"> <?php echo e(Form::label('state',__('State'),['class'=>'form-label'])); ?> <?php echo e(Form::text('state',null,array('class'=>'form-control'))); ?> </div> <div class="form-group col-md-6 country d-none"> <?php echo e(Form::label('city',__('City'),['class'=>'form-label'])); ?> <?php echo e(Form::text('city',null,array('class'=>'form-control'))); ?> </div> <div class="form-group col-md-6 profile d-none"> <?php echo e(Form::label('profile',__('Profile'),['class'=>'form-label'])); ?> <div class="choose-file form-group"> <label for="profile" class="form-label"> <div><?php echo e(__('Choose file here')); ?></div> <input type="file" class="form-control" name="profile" id="profile" data-filename="profile_create"> </label> <p class="profile_create"></p> </div> </div> <div class="form-group col-md-6 resume d-none"> <?php echo e(Form::label('resume',__('CV / Resume'),['class'=>'form-label'])); ?> <div class="choose-file form-group"> <label for="resume" class="form-label"> <div><?php echo e(__('Choose file here')); ?></div> <input type="file" class="form-control" name="resume" id="resume" data-filename="resume_create"> </label> <p class="resume_create"></p> </div> </div> <div class="form-group col-md-12 letter d-none"> <?php echo e(Form::label('cover_letter',__('Cover Letter'),['class'=>'form-label'])); ?> <?php echo e(Form::textarea('cover_letter',null,array('class'=>'form-control'))); ?> </div> <?php $__currentLoopData = $questions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $question): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="form-group col-md-12 question question_<?php echo e($question->id); ?> d-none"> <?php echo e(Form::label($question->question,$question->question,['class'=>'form-label'])); ?> <input type="text" class="form-control" name="question[<?php echo e($question->question); ?>]" <?php echo e(($question->is_required=='yes')? '':''); ?>> </div <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </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/jobApplication/create.blade.php ENDPATH**/ ?>