@foreach($employees as $row) @endforeach
S.No. Employee ID Name Role Phone Email City State Action Action
{{$n}} {{$row->emp_id}} {{$row->name}} {{$row->role}} {{$row->phone}} {{$row->email}} {{$row->city}} {{$row->state}} Edit {{-- --}} @if($row->status=='active') @else @endif