@extends('layouts.app') @section('title', 'Our Team - Thriving Lives Christian Counselling Center') @section('content')
@forelse($teamMembers as $member)
{{ $member->name }}
{{ $member->name }}
{{ $member->position }}

{{ $member->bio }}

Credentials: {{ $member->credentials }}

Specializations: {{ $member->specializations }}

@empty

Team member information is not available at the moment.

@endforelse
@endsection @push('styles') @endpush