File manager - Edit - /var/www/payraty/hris/resources/views/jobApplication/onboardCreate.blade.php
Back
{{ Form::open(['route' => ['job.on.board.store', $id], 'method' => 'post', 'class' => 'needs-validation', 'novalidate']) }} <div class="modal-body"> <div class="row"> @if ($id == 0) <div class="form-group col-md-12"> {{ Form::label('application', __('Interviewer'), ['class' => 'col-form-label']) }}<x-required></x-required> {{ Form::select('application', $applications, null, ['class' => 'form-control select2', 'required' => 'required']) }} </div> @endif <div class="form-group col-md-12"> {!! Form::label('joining_date', __('Joining Date'), ['class' => 'col-form-label']) !!}<x-required></x-required> {!! Form::date('joining_date', null, ['class' => 'form-control current_date','autocomplete'=>'off']) !!} </div> <div class="form-group col-md-6"> {!! Form::label('days_of_week', __('Days Of Week'), ['class' => 'col-form-label']) !!}<x-required></x-required> {!! Form::number('days_of_week', null, ['class' => 'form-control ','autocomplete'=>'off','min'=>'0', 'required' => 'required', 'placeholder' => __('Enter Days Of Week')]) !!} </div> <div class="form-group col-md-6"> {!! Form::label('salary', __('Salary'), ['class' => 'col-form-label']) !!}<x-required></x-required> {!! Form::number('salary', null, ['class' => 'form-control ','autocomplete'=>'off','min'=>'0', 'required' => 'required', 'placeholder' => __('Enter Salary')]) !!} </div> <div class="form-group col-md-6"> {{ Form::label('salary_type', __('Salary Type'), ['class' => 'col-form-label']) }}<x-required></x-required> {{ Form::select('salary_type', $salary_type, null, ['class' => 'form-control select']) }} </div> <div class="form-group col-md-6"> {{ Form::label('salary_duration', __('Salary Duration'), ['class' => 'col-form-label']) }}<x-required></x-required> {{ Form::select('salary_duration', $salary_duration, null, ['class' => 'form-control select', 'required' => 'required']) }} </div> <div class="form-group col-md-6"> {{ Form::label('job_type', __('Job Type'), ['class' => 'col-form-label']) }}<x-required></x-required> {{ Form::select('job_type', $job_type, null, ['class' => 'form-control select', 'required' => 'required']) }} </div> <div class="form-group col-md-6"> {{ Form::label('status', __('Status'), ['class' => 'col-form-label']) }}<x-required></x-required> {{ Form::select('status', $status, null, ['class' => 'form-control select', 'required' => 'required']) }} </div> </div> </div> <div class="modal-footer"> <input type="button" value="Cancel" class="btn btn-light" data-bs-dismiss="modal"> <input type="submit" value="{{ __('Create') }}" class="btn btn-primary"> </div> {{ Form::close() }} <script> $(document).ready(function() { var now = new Date(); var month = (now.getMonth() + 1); var day = now.getDate(); if (month < 10) month = "0" + month; if (day < 10) day = "0" + day; var today = now.getFullYear() + '-' + month + '-' + day; $('.current_date').val(today); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings