@extends('layouts/layoutMaster') @section('title', 'Interview Schedule') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js', 'resources/assets/vendor/libs/sortablejs/sortable.js', ]) @endsection @section('content')
{{ $jobRequest->job_role_name }}
{{ $jobRequest->entity_name }}
1
Interview Types
2
Configuration
3
Questions
4
Review
5
Send

Select Interview Types

Choose which interview stages this job position requires

@if(isset($interviewCategoryType)) @foreach($interviewCategoryType as $type)
@if($type->category_icon) @else @endif
{{$type->interview_category_name ?? '-'}}

{{$type->interview_category_desc ?? ''}}

@endforeach @endif

Configure Interviews

Set the schedule and mode for each interview type

Define Questions

Add questions for each interview stage (optional)

Review Pipeline

Review your interview schedule before sending to the candidate

Interview Pipeline

Send to Candidate

Choose how to notify the candidate about their interview schedule

Communication Channels
Send the URL to Send Interview Schedule to the Candidate
Email
WhatsApp
Call
Message Preview
@endsection