File manager - Edit - /var/www/payraty/hris/resources/views/equity_awards/create.blade.php
Back
{!! Form::open(['route' => 'equity-awards.store', 'method' => 'POST']) !!} <div class="row"> <div class="col-md-6"> {!! Form::label('job_grade_id', __('Job Grade'), ['class' => 'form-label']) !!} {!! Form::select('job_grade_id', $jobGrades, null, ['class' => 'form-control', 'required' => true]) !!} </div> <div class="col-md-6"> {!! Form::label('award_type', __('Award Type'), ['class' => 'form-label']) !!} {!! Form::select('award_type', ['performance' => 'Performance', 'retention' => 'Retention', 'promotion' => 'Promotion'], null, ['class' => 'form-control', 'required' => true]) !!} </div> <div class="col-md-6"> {!! Form::label('performance_rating', __('Performance Rating'), ['class' => 'form-label']) !!} {!! Form::select('performance_rating', ['outstanding' => 'Outstanding', 'exceeded' => 'Exceeded', 'achieved' => 'Achieved', 'partially_met' => 'Partially Met', 'below' => 'Below'], null, ['class' => 'form-control']) !!} </div> <div class="col-md-6"> {!! Form::label('equity_type', __('Equity Type'), ['class' => 'form-label']) !!} {!! Form::select('equity_type', ['cash' => 'Cash', 'stock' => 'Stock', 'mixed' => 'Mixed'], null, ['class' => 'form-control']) !!} </div> <div class="col-md-6"> {!! Form::label('value_type', __('Value Type'), ['class' => 'form-label']) !!} {!! Form::select('value_type', ['fixed' => 'Fixed', 'percentage' => 'Percentage'], null, ['class' => 'form-control']) !!} </div> <div class="col-md-6"> {!! Form::label('value_amount', __('Value Amount'), ['class' => 'form-label']) !!} {!! Form::number('value_amount', null, ['class' => 'form-control', 'step' => '0.01']) !!} </div> <div class="col-md-6"> {!! Form::label('vesting_months', __('Vesting Period (Months)'), ['class' => 'form-label']) !!} {!! Form::number('vesting_months', null, ['class' => 'form-control', 'min' => 0]) !!} </div> </div> <div class="text-end mt-3"> <button type="submit" class="btn btn-primary">{{ __('Save') }}</button> <button type="button" class="btn btn-light" data-bs-dismiss="modal">{{ __('Cancel') }}</button> </div> {!! Form::close() !!}
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings