@if (!empty($title ?? ''))
@endif
get('maxFileSize') . "'" : 'null' !!},
oninit: () => {
@if($attributes->has('allowAddFileEvent'))
livewire.emit('setFilePondState', post);
@endif
},
});
}">
@error($name ?? '')
{{ $message }}
@enderror
@pushOnce('styles')
@if ($attributes->has('grid'))
@php
$grid = $attributes->get('grid');
$widthPercentage = 100 / $grid - 1.0;
$widhtEm = $widthPercentage / 100;
@endphp
@endif
@endPushOnce
@pushOnce('scripts')
@if ($attributes->has('allowAddFileEvent'))
@endif
@endPushOnce