File: /home/posscale/www/printmanager/storage/framework/views/3778ab42f2d2385dfd8eb47bd3d9c4eb.php
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if(filament()->hasUnsavedChangesAlerts()): ?>
<?php
$__scriptKey = '3124437197-0';
ob_start();
?>
<script>
window.addEventListener('beforeunload', (event) => {
if (typeof window.Livewire.find('<?php echo e($_instance->getId()); ?>') === 'undefined') {
return
}
if (
[
...(<?php echo \Illuminate\Support\Js::from($this instanceof \Filament\Actions\Contracts\HasActions)->toHtml() ?> ? ($wire.mountedActions ?? []) : []),
...(<?php echo \Illuminate\Support\Js::from($this instanceof \Filament\Forms\Contracts\HasForms)->toHtml() ?>
? ($wire.mountedFormComponentActions ?? [])
: []),
...(<?php echo \Illuminate\Support\Js::from($this instanceof \Filament\Infolists\Contracts\HasInfolists)->toHtml() ?>
? ($wire.mountedInfolistActions ?? [])
: []),
...(<?php echo \Illuminate\Support\Js::from($this instanceof \Filament\Tables\Contracts\HasTable)->toHtml() ?>
? [
...($wire.mountedTableActions ?? []),
...($wire.mountedTableBulkAction
? [$wire.mountedTableBulkAction]
: []),
]
: []),
].length &&
!$wire?.__instance?.effects?.redirect
) {
event.preventDefault()
event.returnValue = true
return
}
})
</script>
<?php
$__output = ob_get_clean();
\Livewire\store($this)->push('scripts', $__output, $__scriptKey)
?>
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
<?php /**PATH /home/posscale/public_html/printmanager/vendor/filament/filament/resources/views/components/unsaved-action-changes-alert.blade.php ENDPATH**/ ?>