@extends('layout.dashboard') @section('content')
{{ trans('cachet.dashboard.team') }} {{ trans('cachet.dashboard.team-add') }}

Team Members will be able to add, modify & edit components and incidents.

@foreach($teamMembers as $member)
{{ $member->username }}
@endforeach
@stop