@foreach($employees as $row) @endforeach
# Name Role Phone Email City State Action Action
{{$row->id}} {{$row->name}} {{$row->role}} {{$row->phone}} {{$row->email}} {{$row->city}} {{$row->state}} Edit {{-- --}} @if($row->status=='active') @else @endif