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