@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('messages.teams.m_teams_page')) @section('content_header')

{{config('app.name')}} / {{__('messages.teams.m_teams_page')}}

@stop @section('js') @stop @section('content') @if($team->openJoin == false)
@csrf
This user will receive an email notification asking them to join your team.
@endif
Edit illustration

Edit Team

@csrf @method('PATCH')
Markdown supported
openJoin == 1) ? 'checked' : '' }} name="joinType" id="jointype" data-toggle="toggle" data-on="Public Team" data-off="Private" data-onstyle="success" data-offstyle="danger" data-width="100">
@stop