@extends('layouts.app') @section('title', $team->name) @section('breadcrumb') Teams / {{ $team->name }} @endsection @section('content')
{{ $team->department ?? 'No Department' }} · {{ $team->members->count() }} members