@extends('admin.layouts.admin_app') @include('admin.include.form-styles') @section('dashboard_content')

New Candidate

@if($candidate->exists) @method('PATCH') @endif @csrf

General Information



@error('first_name') @enderror




IsSkillVisible) checked @endif class="custom-control-input">
@php $desc_compliance_rules = "Ability to comprehend and practice the organization's different policies, concepts, norms, and processes to behave ethically and professionally."; @endphp




@php $desc_conclict_management = "Ability to respond to, recognize, and resolve disputes rationally and strategically to establish common agreements for both parties' benefit and the business."; @endphp

@php $desc_commitment = "Willingness to participate and share the organization's beliefs and objectives, resulting in stronger motivation to satisfy expectations and standards."; @endphp



@php $desc_problem_solving = "Ability to gather pertinent knowledge, recognize problems' crucial components, their ramifications, and the specifics necessary to decide on the best course of action for resolving them."; @endphp









@php $desc_responsability = "Ability to assume a high sense of duty that ensures compliance with the organization's actions and commitments while adhering to the required standards."; @endphp



The soft skill's radar is a synthesis of the data acquired through the application of numerous psychometric evaluations to the candidate; in this way, the level of development of the candidate's soft skills may be measured and estimated. The star rating system, which spans from 1 to 5, can be interpreted as follows: 1 (weakness), 2 (potential for improvement), 3 (average), 4 (above average), 5 (outstanding).




hide_pay) checked @endif class="custom-control-input">
@error('frequency') @enderror
@error('currency') @enderror
@error('scheme') @enderror

Hide details

General Information



@error('status') @enderror

hide_level_english) checked @endif class="custom-control-input">
@error('grammar') @enderror

@error('vocabulary') @enderror

@error('pronunciation') @enderror

@error('fluency') @enderror

{{-- --}}
{{-- --}} @error('extras')
{{ $message }}
@enderror

@error('grouper')
{{ $message }}
@enderror

Hide details

Attachments



@isset($attachments) @foreach($attachments as $attachment) @php $filename = explode('/',$attachment->attachment); $filename= $filename[count($filename) - 1]; @endphp @endforeach @endisset

Hide details

Images



@if($errors->has('image_candidate')) Please capture image @endif
@if(isset($candidate->image)) @else @endif

avatar default candidate

@if(isset($collage)) @endif
Hide details

Video Interview



Hide details
@endsection @push('styles') @endpush @push('scripts') @endpush