{!! $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('masters::targetgroup.label.title')) -> placeholder(trans('masters::targetgroup.placeholder.title'))!!}
{!! $targetgroup->files('images', 10) ->mime(config('filer.image_extensions')) ->url($targetgroup->getUploadUrl('images')) ->dropzone()!!}
{!! $targetgroup->files('images') ->editor()!!}
{!! Form::text('description') -> label(trans('masters::targetgroup.label.description')) -> placeholder(trans('masters::targetgroup.placeholder.description'))!!}