@extends('layouts.master', ['title' => 'JD Request']) @section('contents')
@csrf

Recruiter Request to Admin

@if(session()->has('error'))
@endif @if(session()->has('success'))
@endif
{{-- Recruitment position status --}}
S.No. Query Type Job Position Short DescriptionCandidate List Candidate Current Status Candidate Status Changed To Candidate List Candidate Current Status Change
1 @error('query_type') {{$message}} @enderror @error('job_position') {{$message}} @enderror @error('short_description') {{$message}} @enderror
@endsection @section('script') @endsection