@extends('panel.layout.app') @section('title', __('Team Members')) @section('titlebar_actions', '') @section('content')
@include('panel.user.team.partials.overview') @include('panel.user.team.partials.invite-a-friend') @include('panel.user.team.partials.team-members')
@endsection