@extends('admin.layouts.admin') @section('content')
@csrf

Set Viva Rating

Applicant Rating Area

Here only applicant rating form will appear.

@if($selectedCandidate->jobs->jobTitle->category == "Field Force")
@else
@endif

Applicant Other Informtion

Here only applicant other iformation form will appear.

@if ($errors->has('area_id')) {{ $errors->first('final_posting_area') }} @endif
@include('admin.sections.footer')
@endsection @section('script') @endsection