@extends('layouts.business') @section('title', 'Business Teams') @section('content')
| Team Name | Description | Members | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $team->name }} | {{ Str::limit($team->description, 50) }} | {{ $team->member_count }} | {{ ucfirst($team->status) }} | {{ $team->created_at->format('M d, Y') }} | @if($team->status !== 'archived') @endif |
| No teams yet. Create one | |||||