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

{!! $lens->id !!}

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

{!! $lens->title !!}

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

{!! $lens->description !!}

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

{!! $lens->preview !!}

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

{!! $lens->order !!}

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

{!! $lens->created_at !!}

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

{!! $lens->updated_at !!}