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

{!! $consumableSettings->id !!}

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

{!! $consumableSettings->created_at !!}

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

{!! $consumableSettings->updated_at !!}