@extends('layouts.public-base', ['title' => 'Project Team', 'contentwrapper' => '']) @section('content')

Project Teams

{{--

Project Teams List

--}}
@foreach ($projectTypes as $type)
@foreach ($teams->where('project_type_id', $type->id) as $key => $team) @endforeach
@endforeach
@endsection