--}}
@foreach($Designation as $content)
{{-- {{$content->name}} --}}
@forelse($content->scientists as $profile)
@if ($profile->profile_image != NULL)

@else
}})
@endif
@empty
@endforelse
@endforeach
{{-- @forelse($content as $profile)
@if ($profile->profile_image != NULL)

@else
}})
@endif
@empty
@endforelse --}}
{{--