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