{% $__data = [ 'id' => ($_form['name'] ?? 'form') . (ucFirst($_input['name'] ?? 'input')), 'name' => $_input['name'] ?? 'input', 'type' => $_input['type'] ?? 'text', 'value' => $_input['value'] ?? '', 'title' => $_input['title'] ?? false, 'icon' => $_input['icon'] ?? false, 'placeholder' => $_input['placeholder'] ?? false, 'description' => $_input['description'] ?? false, 'is_required' => $_input['required'] ?? false, 'has_validation' => $_input['validation'] ?? false, ]; %} {{ ($__data['title']) ? '' : '' }}
{{ ($__data['icon']) ? ''. $__data['icon'] .'' : '' }} {{ ($__data['has_validation']) ? '
This field can\'t be empty
' : '' }}
{{ ($__data['description']) ? '
' . $__data['description'] . '
' : '' }}