@extends('layouts.main') @section('title',trans('core.title_invites_sent')) @section('content')
Please wait, Loading...
@include('corporate.invites-resent_render')
Name Email Address Assessment Name Test Pin Mobile No. Start Date End Date Proctoring Settings Action Invite Status
@if($candidate_lists->hasMorePages())
@endif

Proctoring Settings

Edit Candidate Information

FirstName :
LastName :
Email :
Mobile No. :
Send Invite
Send Invite
@if(isset($custom_message)&&(!is_null($custom_message['custom_mapping'])) && (!empty($custom_message->email_template_content))) @else @endif
@php $is_bulk_enabled = 0; @endphp @if(isset($is_filtered) && $is_filtered==1 && $overall_count>0) @php $is_bulk_enabled = 1; @endphp @endif This will send invite to all {{ $overall_count ?? 0 }} candidates
@endsection