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

{!! $customField->id !!}

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

{!! $customField->name !!}

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

{!! $customField->type !!}

{!! Form::label('disabled', 'Disabled:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $customField->disabled !!}

{!! Form::label('required', 'Required:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $customField->required !!}

{!! Form::label('in_table', 'In Table:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $customField->in_table !!}

{!! Form::label('bootstrap_column', 'Bootstrap Column:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $customField->bootstrap_column !!}

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

{!! $customField->order !!}

{!! Form::label('custom_field_model', 'Custom Field Model:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $customField->custom_field_model !!}

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

{!! $customField->created_at !!}

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

{!! $customField->updated_at !!}