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

{!! $property->id !!}

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

{!! $property->title !!}

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

{!! $property->name !!}

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

{!! $property->order !!}

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

{!! $property->icon !!}

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

{!! $property->created_at !!}

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

{!! $property->updated_at !!}