@if(isset($listingEducation) && $listingEducation ) @foreach ($listingEducation as $key => $row) {{$row->id}} {{$row->field_of_study}} {{$row->university_attended}} {{$row->education_title}} @endforeach @endif