@extends('layouts.email') @section('title', 'Team — Ladill Email') @section('content')

Team

Invite people to help manage this account’s mailboxes & domains.

@if($canManage)

Invite a teammate

@csrf
@error('email')

{{ $message }}

@enderror

Admins can manage mailboxes and the team. Members can manage mailboxes. Invitees join by signing in with that email.

@endif

Members

@endsection