@extends('layouts.admin_dashboard') @section('content')
| S.No. | Name | Organization | Survey Status | Created Date | Role | |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $emp->first_name }} {{ $emp->last_name }} | {{ $emp->organization_name }} | {{ $emp->email }} | @if($emp->survey_status == 'Completed') Completed @elseif($emp->survey_status == 'In Progress') In Progress @else Partially Filled @endif | {{ date('d-m-Y', strtotime($emp->created_at)) }} | User |
| No Employee Found | ||||||