@foreach($organizationObject as $each)
@php $picture = !is_null($each->thumb) ? $each->thumb : 'profile.png'; @endphp
{{ $each->level }}
{{ $each->first_name }}
{{ $each->last_name }}
@foreach($each->tableInfo as $pos => $values)
{{ ucwords($pos)." : ".implode(', ', $values) }}
@endforeach
{{ $each->report_to }}
@endforeach