@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('messages.teams.m_teams_page')) @section('content_header')
Team members and pending invites will appear here.
@if (!$team->users->isEmpty())| # | Name | Roles | Status | Actions |
|---|---|---|---|---|
| {{ $teammate->id }} | {{ $teammate->name }} | @foreach ($teammate->roles as $teammate_role) {{ $teammate_role->name }} @endforeach | @if ($teammate->isOwnerOfTeam($team)) Team Owner @else Team Member @endif |
Start inviting some people and grow your team.