{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $extraGroup->id !!}

{!! Form::label('name', 'Name:', ['class' => 'col-3 control-label text-right']) !!}

{!! $extraGroup->name !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $extraGroup->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $extraGroup->updated_at !!}