Employee List

@foreach($employees_list as $employee_list) @if($employee_list->status=='4') @endif @endforeach
S.No Name Mobile Email Status Action
{{ $i++ }} {{ $employee_list->name }} {{ $employee_list->mobile }} {{ $employee_list->email }} Prospects View Edit
@foreach($employees_list as $employee_list) @if($employee_list->status=='0') @endif @endforeach
S.No Name Mobile Email Status Action
{{ $i++ }} {{ $employee_list->name }} {{ $employee_list->mobile }} {{ $employee_list->email }} In Training View Edit
@foreach($employees_list as $employee_list) @if($employee_list->status=='5') @endif @endforeach
S.No Name Mobile Email Status Action
{{ $i++ }} {{ $employee_list->name }} {{ $employee_list->mobile }} {{ $employee_list->email }} Technical Screen View Edit
@foreach($employees_list as $employee_list) @if($employee_list->status=='1') @endif @endforeach
S.No Name Mobile Email Status Action
{{ $i++ }} {{ $employee_list->name }} {{ $employee_list->mobile }} {{ $employee_list->email }} On Bench View
@foreach($employees_list as $employee_list) @if($employee_list->status=='2') @endif @endforeach
S.No Name Mobile Email Status Action
{{ $i++ }} {{ $employee_list->name }} {{ $employee_list->mobile }} {{ $employee_list->email }} In Job View
@foreach($employees_list as $employee_list) @if($employee_list->status=='3') @endif @endforeach
S.No Name Mobile Email Status Action
{{ $i++ }} {{ $employee_list->name }} {{ $employee_list->mobile }} {{ $employee_list->email }} Dropped View