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