@foreach($categories as $category)

{{ $category->title }}

@foreach($category->teams->where('status', 'published') as $team)
{{ $team->name }}

@if($team->link) {{ $team->name }} @else {{ $team->name }} @endif

{{ $team->designation }}

{{ $team->email }}

@endforeach @endforeach