@if ($teams->isNotEmpty())
@foreach ($sections->where('key' , 'team')->take(1) as $section)

{{ $section->name }}

{{ $section->title }}

@endforeach
@foreach ($teams as $team)
Team Member
{{ $team ->name }}

{{ $team ->position }}

@endforeach
@endif