{!! $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('team::team.label.Name'))
-> placeholder(trans('team::team.placeholder.Name'))!!}
{!! Form::text('description')
-> label(trans('team::team.label.description'))
-> placeholder(trans('team::team.placeholder.description'))!!}
{!! Form::text('settings')
-> label(trans('team::team.label.settings'))
-> placeholder(trans('team::team.placeholder.settings'))!!}
{!! Form::text('type')
-> label(trans('team::team.label.type'))
-> placeholder(trans('team::team.placeholder.type'))!!}
{!! Form::numeric('created_by')
-> label(trans('team::team.label.created_by'))
-> placeholder(trans('team::team.placeholder.created_by'))!!}