whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
storage
/
framework
/
views
/
Upload File:
files >> /home/kckglobal/public_html/portal/storage/framework/views/438d459ed4165ca833724176a667e3fd.php
<style> #save-application-data-form .input-width { width: 75px !important; } #save-application-data-form .table td { padding: 6px 2px; } #save-application-data-form .input-group .bootstrap-select.form-control .dropdown-toggle, #save-application-data-form .bootstrap-select > .dropdown-toggle { font-size: 12px; } </style> <!-- CONTENT WRAPPER START --> <div class="d-flex flex-column w-tables rounded mt-3 bg-white"> <h4 class="mb-0 p-20 f-21 font-weight-normal text-capitalize border-bottom-grey d-flex justify-content-between"> <?php echo app('translator')->get('recruit::modules.jobApplication.quickAdd'); ?> <button class="btn quick-add btn-sm f-15 p-0" type="button"><i class="fa fa-times"></i></button> </h4> <?php if (isset($component)) { $__componentOriginal18ad2e0d264f9740dc73fff715357c28 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal18ad2e0d264f9740dc73fff715357c28 = $attributes; } ?> <?php $component = App\View\Components\Form::resolve(['method' => 'POST'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('form'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['id' => 'save-application-data-form','class' => 'ajax-form']); ?> <div class="table-responsive"> <?php if (isset($component)) { $__componentOriginal7d9f6e0b9001f5841f72577781b2d17f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal7d9f6e0b9001f5841f72577781b2d17f = $attributes; } ?> <?php $component = App\View\Components\Table::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('table'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Table::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('thead', null, []); ?> <th class="pl-20"><?php echo app('translator')->get('recruit::modules.jobApplication.jobs'); ?></th> <th><?php echo app('translator')->get('recruit::modules.job.location'); ?></th> <th><?php echo app('translator')->get('recruit::modules.jobApplication.name'); ?></th> <?php if(in_array('email', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.email'); ?></th> <?php endif; ?> <?php if(in_array('phone', $formFields)): ?> <th><?php echo app('translator')->get('app.phone'); ?></th> <?php endif; ?> <?php if(in_array('gender', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.gender'); ?></th> <?php endif; ?> <?php if(in_array('total_experience', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.experience'); ?></th> <?php endif; ?> <?php if(in_array('current_location', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.currentLocation'); ?></th> <?php endif; ?> <?php if(in_array('current_ctc', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.currentCtc'); ?></th> <?php endif; ?> <?php if(in_array('expected_ctc', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.expectedCtc'); ?></th> <?php endif; ?> <?php if(in_array('notice_period', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.noticePeriod'); ?></th> <?php endif; ?> <?php if(in_array('status', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.status'); ?></th> <?php endif; ?> <?php if(in_array('application_source', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.front.applicationSource'); ?></th> <?php endif; ?> <?php if(in_array('cover_letter', $formFields)): ?> <th><?php echo app('translator')->get('recruit::modules.jobApplication.coverLetter'); ?></th> <?php endif; ?> <th class="text-right pr-20"><?php echo app('translator')->get('app.action'); ?></th> <?php $__env->endSlot(); ?> <tr> <td scope="row" class="pl-20"> <div class="select-others"> <select class="form-control select-picker" name="job_id" id="job-id" data-live-search="true" data-container="body"> <option value="">--</option> <?php $__currentLoopData = $jobs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($job->id); ?>"><?php echo e(($job->title)); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </td> <td> <div class="select-others"> <select class="form-control select-picker" name="location_id" id="locationid" data-live-search="false" data-container="body"> <option value="">--</option> <?php $__currentLoopData = $jobLocations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $locationData): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($locationData->location->id); ?>"><?php echo e(ucwords($locationData->location->location)); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </td> <td> <?php if (isset($component)) { $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $attributes; } ?> <?php $component = App\View\Components\Forms\InputGroup::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.input-group'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\InputGroup::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <input type="text" min="0" class="form-control height-35 f-12 input-width" name="full_name" id="name" placeholder="<?php echo app('translator')->get('placeholders.name'); ?>"> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $attributes = $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> <?php if (isset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $component = $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> </td> <?php if(in_array('email', $formFields)): ?> <td> <?php if (isset($component)) { $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $attributes; } ?> <?php $component = App\View\Components\Forms\InputGroup::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.input-group'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\InputGroup::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <input type="text" min="0" class="form-control height-35 f-12 input-width" name="email" placeholder="<?php echo app('translator')->get('placeholders.email'); ?>"> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $attributes = $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> <?php if (isset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $component = $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> </td> <?php endif; ?> <?php if(in_array('phone', $formFields)): ?> <td> <?php if (isset($component)) { $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $attributes; } ?> <?php $component = App\View\Components\Forms\InputGroup::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.input-group'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\InputGroup::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <input type="text" min="0" class="form-control height-35 f-12 input-width" name="phone" placeholder="<?php echo app('translator')->get('placeholders.mobile'); ?>"> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $attributes = $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> <?php if (isset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $component = $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> </td> <?php endif; ?> <?php if(in_array('gender', $formFields)): ?> <td> <div class="select-others"> <select class="form-control select-picker" name="gender" id="gender-1" data-live-search="true" data-container="body"> <option value="">--</option> <option value="male"><?php echo app('translator')->get('app.male'); ?></option> <option value="female"><?php echo app('translator')->get('app.female'); ?></option> <option value="others"><?php echo app('translator')->get('app.others'); ?></option> </select> </div> </td> <?php endif; ?> <?php if(in_array('total_experience', $formFields)): ?> <td> <div class="select-others"> <select class="form-control select-picker" name="total_experience" data-live-search="false" data-container="body"> <option value="fresher"><?php echo app('translator')->get('recruit::modules.jobApplication.fresher'); ?></option> <option value="1-2">1-2 <?php echo app('translator')->get('recruit::modules.jobApplication.years'); ?></option> <option value="3-4">3-4 <?php echo app('translator')->get('recruit::modules.jobApplication.years'); ?></option> <option value="5-6">5-6 <?php echo app('translator')->get('recruit::modules.jobApplication.years'); ?></option> <option value="7-8">7-8 <?php echo app('translator')->get('recruit::modules.jobApplication.years'); ?></option> <option value="9-10">9-10 <?php echo app('translator')->get('recruit::modules.jobApplication.years'); ?></option> <option value="11-12">11-12 <?php echo app('translator')->get('recruit::modules.jobApplication.years'); ?></option> <option value="13-14">13-14 <?php echo app('translator')->get('recruit::modules.jobApplication.years'); ?></option> <option value="over-15"><?php echo app('translator')->get('recruit::modules.jobApplication.over15'); ?></option> </select> </div> </td> <?php endif; ?> <?php if(in_array('current_location', $formFields)): ?> <td> <?php if (isset($component)) { $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $attributes; } ?> <?php $component = App\View\Components\Forms\InputGroup::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.input-group'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\InputGroup::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <input type="text" min="0" class="form-control height-35 f-12 input-width" name="current_location" placeholder="<?php echo app('translator')->get('recruit::modules.jobApplication.currentLocationPlaceholder'); ?>"> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $attributes = $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> <?php if (isset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $component = $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> </td> <?php endif; ?> <?php if(in_array('current_ctc', $formFields)): ?> <td> <?php if (isset($component)) { $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $attributes; } ?> <?php $component = App\View\Components\Forms\InputGroup::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.input-group'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\InputGroup::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <input type="number" min="0" class="form-control height-35 f-12 input-width" name="current_ctc" placeholder="<?php echo app('translator')->get('recruit::modules.jobApplication.currentCtcPlaceHolder'); ?>"> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $attributes = $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> <?php if (isset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $component = $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> </td> <?php endif; ?> <?php if(in_array('expected_ctc', $formFields)): ?> <td> <?php if (isset($component)) { $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7 = $attributes; } ?> <?php $component = App\View\Components\Forms\InputGroup::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.input-group'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\InputGroup::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <input type="number" min="0" class="form-control height-35 f-12 input-width" name="expected_ctc" placeholder="<?php echo app('translator')->get('recruit::modules.jobApplication.expectedCtcPlaceHolder'); ?>"> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $attributes = $__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__attributesOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> <?php if (isset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7)): ?> <?php $component = $__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7; ?> <?php unset($__componentOriginalcbf9105fd4879d5d6ef9e1f6fe271af7); ?> <?php endif; ?> </td> <?php endif; ?> <?php if(in_array('notice_period', $formFields)): ?> <td> <div class="select-others"> <select class="form-control select-picker" name="notice_period" data-live-search="false" data-container="body"> <option value="">--</option> <option value="15">15 <?php echo app('translator')->get('recruit::modules.jobApplication.days'); ?></option> <option value="30">30 <?php echo app('translator')->get('recruit::modules.jobApplication.days'); ?></option> <option value="45">45 <?php echo app('translator')->get('recruit::modules.jobApplication.days'); ?></option> <option value="60">60 <?php echo app('translator')->get('recruit::modules.jobApplication.days'); ?></option> <option value="75">75 <?php echo app('translator')->get('recruit::modules.jobApplication.days'); ?></option> <option value="90">90 <?php echo app('translator')->get('recruit::modules.jobApplication.days'); ?></option> <option value="over-90"><?php echo app('translator')->get('recruit::modules.jobApplication.over90'); ?></option> </select> </div> </td> <?php endif; ?> <?php if(in_array('status', $formFields)): ?> <td> <div class="select-others"> <select class="form-control select-picker" id="status_id" name="status_id" data-live-search="false" data-container="body"> <?php $__currentLoopData = $applicationStatus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $status): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($status->id); ?>"><?php echo e(($status->status)); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </td> <?php endif; ?> <?php if(in_array('application_source', $formFields)): ?> <td> <div class="select-others"> <select class="form-control select-picker" name="source" data-live-search="false" data-container="body"> <option value="">--</option> <?php $__currentLoopData = $applicationSources; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $source): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($source->id); ?>"> <?php echo e(($source->application_source)); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </td> <?php endif; ?> <?php if(in_array('cover_letter', $formFields)): ?> <td> <textarea class="form-control f-14 pt-2 input-width" rows="2" placeholder="<?php echo e(__('recruit::modules.jobApplication.coverLetter')); ?>" name="cover_letter"></textarea> </td> <?php endif; ?> <td class="text-right pr-20"><button type="submit" id="save-application" class="btn-primary rounded f-14 p-2"><?php echo app('translator')->get('app.save'); ?></button></td> </tr> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal7d9f6e0b9001f5841f72577781b2d17f)): ?> <?php $attributes = $__attributesOriginal7d9f6e0b9001f5841f72577781b2d17f; ?> <?php unset($__attributesOriginal7d9f6e0b9001f5841f72577781b2d17f); ?> <?php endif; ?> <?php if (isset($__componentOriginal7d9f6e0b9001f5841f72577781b2d17f)): ?> <?php $component = $__componentOriginal7d9f6e0b9001f5841f72577781b2d17f; ?> <?php unset($__componentOriginal7d9f6e0b9001f5841f72577781b2d17f); ?> <?php endif; ?> </div> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal18ad2e0d264f9740dc73fff715357c28)): ?> <?php $attributes = $__attributesOriginal18ad2e0d264f9740dc73fff715357c28; ?> <?php unset($__attributesOriginal18ad2e0d264f9740dc73fff715357c28); ?> <?php endif; ?> <?php if (isset($__componentOriginal18ad2e0d264f9740dc73fff715357c28)): ?> <?php $component = $__componentOriginal18ad2e0d264f9740dc73fff715357c28; ?> <?php unset($__componentOriginal18ad2e0d264f9740dc73fff715357c28); ?> <?php endif; ?> </div> <!-- CONTENT WRAPPER END --> <script> $('#job-id').change(function() { const jobId = $(this).val(); const url = "<?php echo e(route('job-applications.get_location')); ?>"; $.easyAjax({ url: url, type: "GET", disableButton: true, blockUI: true, data: { job_id:jobId }, success: function(response) { $('#locationid').html(response.locations); $('#locationid').selectpicker('refresh'); } }); }); $('body').addClass('sidebar-toggled'); </script> <?php /**PATH /home/kckglobal/public_html/portal/Modules/Recruit/Resources/views/job-applications/ajax/quick_add_form.blade.php ENDPATH**/ ?>
Copyright ©2021 || Defacer Indonesia