{!! Form::text('name')
-> label(trans('team::team.label.name'))
-> required()
-> placeholder(trans('team::team.placeholder.name'))!!}
{!! Form::text('designation')
-> label(trans('team::team.label.designation'))
-> required()
-> placeholder(trans('team::team.placeholder.designation'))!!}
{!! Form::text('description')
-> label(trans('team::team.label.description'))
-> placeholder(trans('team::team.placeholder.description'))!!}
{!! Form::text('link')
-> label(trans('team::team.label.link'))
-> placeholder(trans('team::team.placeholder.link'))!!}