@php $meetteamlist = App\Models\MeetTeamMembers::all(); @endphp

Meet the Team

A deliberately small, but effective, team. We pride ourselves on being a close-knit team with a powerful output.

@foreach($meetteamlist as $item)
{{$item->profile_name}} {{$item->profile_role}}
@endforeach