@script
<script>
Livewire.dispatch('saveImage', {base64: chart{{ $product->name }}.toBase64Image('image/png', 1)});
</script>
@endscript
@script
<script>
Livewire.dispatch('saveImage', {base64: chart{{ $product->name }}.toBase64Image('image/png', 1)});
</script>
@endscript