@foreach ($sections as $section) @if ($section->key == 'team') @include('Website.partials._banner', ['page_title' => $section->title]) @endif @endforeach
@foreach ($sections as $section) @if ($section->key == 'team')

{{ $section->name }}

{{ $section->title }}

@if($section->short_desc)

{!! $section->short_desc !!}

@endif
@endif @endforeach
@foreach ($teams as $team)

{{ $team->name }}

{{ $team->job_title }}

@endforeach