New joiner List
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
Filter
Search Trainee
Lists
| SL No. | Name | Phone | Job | Send SMS for Training | Recruitment Batch | Job Location | Interested to attend Training | |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration ?? '' }} | {{ $trainee->name ?? '' }} | {{ $trainee->phone ?? '' }} | {{ $trainee->candidate->selectedCandidate->jobs->jobTitle->name ?? 'N/A' }} | @if(isset($trainee->training_notification) && ($trainee->training_notification->sending_sms == 'yes')) @else @endif | {{ $trainee->candidate->selectedCandidate->batch_name ?? 'N/A' }} | {{ $trainee->candidate->area->name ?? '' }} | @if(isset($trainee->training_notification) && ($trainee->training_notification->is_interested == 'yes')) {{ $trainee->training_notification->is_interested ?? '' }} @elseif(isset($trainee->training_notification) && ($trainee->training_notification->is_interested == 'no')) {{ $trainee->training_notification->remarks ?? '' }} @else Interested to attend Training @endif |