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

{!! $group->id !!}

{!! Form::label('name', 'Name:') !!}

{!! $group->name !!}

{!! Form::label('image', 'Image:') !!}

{!! $group->image !!}

{!! Form::label('members_counts', 'Members Counts:') !!}

{!! $group->members_counts !!}

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

{!! $group->status !!}

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

{!! $group->created_at !!}

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

{!! $group->updated_at !!}