{{ $teamMember->name }}
{{ $teamMember->position }}
{{ $teamMember->section_label }}
{{ $teamMember->sort_order }}
{{ $teamMember->is_active ? 'Active' : 'Inactive' }}
{{ $teamMember->created_at->format('M d, Y h:i A') }}
{{ $teamMember->description }}
@if($teamMember->updated_at != $teamMember->created_at)
{{ $teamMember->updated_at->format('M d, Y h:i A') }}
@endif