@extends('layouts.main') @section('title',trans('core.title_invites_pending')) @section('content') @php $user = Auth::guard('corporate')->user(); $corporate_custom_settings = \App\Model\Pro\CorporateCustomizeSettings::where('corporate_id',$user->company_id)->select('id','assessment_booking_email_check')->first(); @endphp
Please wait, Loading...
@include('corporate.invites-pending_render')
Name Email Address Assessment Name Test Pin Mobile No. Start Date End Date Proctoring Settings Action
@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 @section('footer') @endsection