@if($teamspage->isNotEmpty())

OUR TEACHERS

There are many variations of passages

@foreach($teamspage as $team)
{{ $team->name }}

{{ $team->title }}

{{ $team->designation }}
@endforeach
@endif