@extends('layouts.app') @section('title','New Job Posting') @section('page-title','Recruitment') @push('styles') @endpush @section('content')
@csrf
{{-- Basic Details --}}
Position Details
{{-- Scoring Criteria --}}
Grading Criteria
{{-- Dynamic rows --}}
No criteria yet. Click "Add Criterion" to define how applicants will be scored.
{{-- Sidebar Options --}}
Auto-Recommendation
Applicants who score at or above this weighted percentage across all criteria are automatically recommended for employment when scoring is completed.
Cancel
{{-- Criterion template (hidden) --}} @endsection @push('scripts') @endpush