{!! $team['name'] !!}
{!! $team['designation'] !!}
{!! $team['image'] !!}
{!! 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'))!!}