@foreach($users as $value) @endforeach
first name last name nick name display name email position titles departments cell phone office phone supervisor user1 supervisor user2 short name street city state zip code target hour1 target hour2 sun-wed target 1 sun-wed target 2 startdetail start wage detail current wage current wage detail emergency contact driver license assigned vehicle assigned location bio notes
{{$value['first_name']}} {{$value['last_name']}} {{$value['nick_name']}} {{$value['display_name']}} {{$value['email']}} {{$value['positiontitles']}} {{$value['departments']}} {{$value['cell_phone']}} {{$value['office_phone']}} {{$value['supervisor_user1']}} {{$value['supervisor_user2']}} {{$value['shortname']}} {{$value['street']}} {{$value['city']}} {{$value['state']}} {{$value['zipcode']}} {{$value['target_hour1']}} {{$value['target_hour2']}} {{$value['sunwed_target1']}} {{$value['sunwed_target2']}} {{$value['startwage']}} {{$value['startwage_detail']}} {{$value['currentwage']}} {{$value['currentwage_detail']}} {{$value['emergency_contact']}} {{$value['driver_license']}} {{$value['assigned_vehicle']}} {{$value['assigned_location']}} {{$value['bio']}} {{$value['notes']}}