{!! $targetgroup['id'] !!}
{!! $targetgroup['title'] !!}
{!! $targetgroup['images'] !!}
{!! $targetgroup['description'] !!}
{!! $targetgroup['status'] !!}
{!! $targetgroup['slug'] !!}
{!! $targetgroup['user_id'] !!}
{!! $targetgroup['created_at'] !!}
{!! $targetgroup['updated_at'] !!}
{!! $targetgroup['deleted_at'] !!}
{!! Form::text('title')
-> label(trans('master::targetgroup.label.title'))
-> placeholder(trans('master::targetgroup.placeholder.title'))!!}
{!! Form::text('description')
-> label(trans('master::targetgroup.label.description'))
-> placeholder(trans('master::targetgroup.placeholder.description'))!!}