@extends('layout.dashboard') @section('content')
{{ trans('dashboard.team.team') }}
@include('partials.errors')
@if($currentUser->isAdmin)
@endif
{{ trans('forms.cancel') }}
@stop