@extends('layouts.organization.app') @section('content')
Candidate Profile Lists
@if(!empty($result)) @foreach($result as $row) @endforeach @endif
Sr No. Name Position Manager Name Gender Candidate Email HR Email Request Date Action
{{$loop->iteration}} {{$row->candidate_name}} {{$row->position_name}} {{$row->manager_name}} {{ucwords($row->candidate_gender)}} {{$row->candidate_email}} {{$row->hr_email}} {{date_format(date_create($row->created_at),"d-M-Y")}}
@endsection('content')