{!! Form::label('id', 'Id:') !!}

{!! $groupUser->id !!}

{!! Form::label('group_id', 'Group Id:') !!}

{!! $groupUser->group_id !!}

{!! Form::label('user_id', 'User Id:') !!}

{!! $groupUser->user_id !!}

{!! Form::label('status', 'Status:') !!}

{!! $groupUser->status !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $groupUser->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $groupUser->updated_at !!}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{!! $groupUser->deleted_at !!}