Instructor

Expert Teachers

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

{{ $team->title }}

{{ $team->designation }}
@endforeach
{{-- Optional Pagination (if using Laravel pagination) --}}
{{ $teamspage->links('pagination::bootstrap-5') }}