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

{!! $option->id !!}

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

{!! $option->title !!}

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

{!! $option->description !!}

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

{!! $option->price !!}

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

{!! $option->old_price !!}

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

{!! $option->order !!}

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

{!! $option->glass_id !!}

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

{!! $option->details !!}

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

{!! $option->properties !!}

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

{!! $option->created_at !!}

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

{!! $option->updated_at !!}