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