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

{!! $config->id !!}

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

{!! $config->name !!}

{!! Form::label('type', 'Type:') !!}

{!! $config->type !!}

{!! Form::label('slug', 'Slug:') !!}

{!! $config->slug !!}

{!! Form::label('value', 'Value:') !!}

{!! $config->value !!}

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

{!! $config->created_at !!}

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

{!! $config->updated_at !!}