{!! 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'))!!}