<div class="<?php echo \Illuminate\Support\Arr::toCssClasses(['media-library-field', 'media-library-hidden' => ! $editableName]); ?>">
<!--[if BLOCK]><![endif]--><?php if($editableName): ?>
<label class="media-library-label"><?php echo e(__("Name")); ?></label>
<input
dusk="media-library-field-name"
class="media-library-input"
type="text"
name="<?php echo e($mediaItem->propertyAttributeName('name')); ?>"
value="<?php echo e($mediaItem->name); ?>"
wire:model="media.<?php echo e($mediaItem->uuid); ?>.name"
/>
<?php endif; ?><!--[if ENDBLOCK]><![endif]-->
<!--[if BLOCK]><![endif]--><?php $__errorArgs = [$mediaItem->propertyErrorName('name')];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<p class="media-library-field-error">
<?php echo e($message); ?>
</p>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?><!--[if ENDBLOCK]><![endif]-->
</div>
<?php /**PATH C:\laragon\www\web_mudahcoding_2024\resources\views/vendor/media-library/livewire/partials/collection/fields.blade.php ENDPATH**/ ?>
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]