@extends('layouts.app') @section('title', 'Teams — ' . config('app.name')) @section('content')

My Teams

Manage categories →

Teams group your KPIs and projects on bowler charts — e.g. "Website Development" or "Integrations".

@csrf
@error('name')

{{ $message }}

@enderror
@forelse ($teams as $team) @empty @endforelse
Name KPIs Projects Actions
{{ $team->name }} {{ $team->kpis_count }} {{ $team->projects_count }} Rename
@csrf @method('DELETE')
No teams yet — add your first above.
@include('partials.confirm-script') @endsection