@extends('layouts.admin') @section('header') Team @endsection @section('content')
Manage your company's team members
{{ $teamMembers->total() ?? 0 }}
Total Team Members
{{ $teamMembers->where('is_published', true)->count() ?? 0 }}
Published
{{ $teamMembers->where('is_featured', true)->count() ?? 0 }}
Featured
{{ $member->position }}
{{ Str::limit($member->bio, 100) }}