@extends('layouts.admin') @section('title', 'Teams Management') @section('content')
Manage all business teams and their members
| Team Name | Business | Description | Members | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $team->name }} | {{ $team->business->business_name }} | {{ Str::limit($team->description, 40) }} | {{ $team->member_count }} | {{ ucfirst($team->status) }} | {{ $team->created_at->format('M d, Y') }} | |
| No teams found. | ||||||