@extends('layouts.organization.app')
@section('content')
Basic Details |
Sr No. |
Name |
Position |
Manager Name |
Gender |
Candidate Email |
HR Email |
Request Date |
@if(!empty($result))
@foreach($result as $row)
{{$loop->iteration}} |
{{$row->candidate_name}} |
{{$row->position_name}} |
{{$row->manager_name}} |
{{ucwords($row->candidate_gender)}} |
{{$row->candidate_email}} |
{{$row->hr_email}} |
@endforeach
@endif
|
Candidate Uploaded Required Docs |
Document Title |
Document Details |
Action |
|
Candidate Signed Uploaded Docs |
Document Title |
Document Details |
Action |
|
|
|
@endsection('content')