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

{!! $glass->id !!}

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

{!! $glass->title !!}

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

{!! $glass->price !!}

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

{!! $glass->unit !!}

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

{!! $glass->is_progressive !!}

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

{!! $glass->disabled !!}

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

{!! $glass->promotions !!}

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

{!! $glass->store_id !!}

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

{!! $glass->created_at !!}

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

{!! $glass->updated_at !!}