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

{!! $option->id !!}

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

{!! $option->name !!}

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

{!! $option->image !!}

{!! 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('product_id', 'Product Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $option->product_id !!}

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

{!! $option->option_group_id !!}

{!! 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 !!}