관리-도구
편집 파일: cc44c470ecae896edcd810dac43b020b.php
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['name']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['name']); ?> <?php foreach (array_filter((['name']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $__defined_vars = get_defined_vars(); ?> <?php foreach ($attributes as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> <?php unset($__defined_vars); ?> <?php if($errors->has($name)): ?> <span <?php echo e($attributes->merge(['class' => 'text-danger text-sm'])); ?>> <?php echo e($errors->first($name)); ?> </span> <?php endif; ?><?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/components/frontend/validation-error.blade.php ENDPATH**/ ?>