/home/techb158/immovalet.com/platform/core/base/resources/views/forms/fields
Edit: /home/techb158/immovalet.com/platform/core/base/resources/views/forms/fields/html.blade.php (458B)
@if ($showLabel && $showField)
@if ($options['wrapper'] !== false)
@endif
@endif
@if ($showLabel && $options['label'] !== false && $options['label_show'])
{!! Form::customLabel($name, $options['label'], $options['label_attr']) !!}
@endif
@if ($showField)
{!! $options['html'] !!}
@endif
@if ($showLabel && $showField)
@if ($options['wrapper'] !== false)
@endif
@endif