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

{!! $generation->id !!}

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

{!! $generation->generation !!}

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

{!! $generation->price !!}

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

{!! $generation->unit !!}

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

{!! $generation->type !!}

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

{!! $generation->logo !!}

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

{!! $generation->preview !!}

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

{!! $generation->preview_active !!}

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

{!! $generation->pres !!}

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

{!! $generation->intermediaire !!}

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

{!! $generation->loin !!}

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

{!! $generation->order !!}

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

{!! $generation->glass_id !!}

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

{!! $generation->created_at !!}

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

{!! $generation->updated_at !!}