@extends('layout.dashboard') @section('content')
{{ trans('dashboard.team.team') }}
@include('partials.dashboard.errors')
@stop