@include('teams::team.partial.header')
@include('teams::team.partial.aside')
{{$team->title}}

{!! $team['id'] !!}

{!! $team['Name'] !!}

{!! $team['description'] !!}

{!! $team['settings'] !!}

{!! $team['type'] !!}

{!! $team['slug'] !!}

{!! $team['status'] !!}

{!! $team['created_by'] !!}

{!! $team['created_at'] !!}

{!! $team['updated_at'] !!}

{!! $team['deleted_at'] !!}
{!! Form::numeric('Name') -> label(trans('teams::team.label.Name')) -> placeholder(trans('teams::team.placeholder.Name'))!!}
{!! Form::text('description') -> label(trans('teams::team.label.description')) -> placeholder(trans('teams::team.placeholder.description'))!!}
{!! Form::text('settings') -> label(trans('teams::team.label.settings')) -> placeholder(trans('teams::team.placeholder.settings'))!!}
{!! Form::text('type') -> label(trans('teams::team.label.type')) -> placeholder(trans('teams::team.placeholder.type'))!!}
{!! Form::numeric('created_by') -> label(trans('teams::team.label.created_by')) -> placeholder(trans('teams::team.placeholder.created_by'))!!}