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

{!! $thin->id !!}

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

{!! $thin->title !!}

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

{!! $thin->subtitle !!}

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

{!! $thin->description !!}

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

{!! $thin->preview !!}

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

{!! $thin->price !!}

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

{!! $thin->old_price !!}

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

{!! $thin->order !!}

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

{!! $thin->glass_id !!}

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

{!! $thin->details !!}

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

{!! $thin->created_at !!}

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

{!! $thin->updated_at !!}