Candidate List

{{csrf_field()}} @php $i = 0; @endphp @foreach($employee as $key => $employee) @if($employee->send_mail != "1") @else @endif @endforeach
Sr No Employee ID Employee Name Employee Email Status Password Reset Action
{{$key + 1}} {{$employee->emp_id}} {{$employee->name}} {{$employee->email}}Mail Not SendedMail Sended Click Here
@if(session('done')) @elseif(session('edit')) @elseif(session('message')) @elseif(session('error')) @elseif(session('delete')) @endif @include('components/ufooter')