@props(['team', 'component' => 'dropdown-link'])
@method('PUT') @csrf {{-- hidden team id --}}
{{ $team->name }}
@if (auth()->user()->isCurrentTeam($team)) @endif