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

{{ $config->id }}

{!! Form::label('app', 'App:') !!}

{{ $config->app }}

{!! Form::label('description', 'Description:') !!}

{{ $config->description }}

{!! Form::label('config', 'Config:') !!}

{{ $config->config }}

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

{{ $config->status }}

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

{{ $config->updated_at }}

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

{{ $config->created_at }}

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

{{ $config->deleted_at }}