section('css') ?> endSection() ?> section('additionalExternalJs') ?> endSection() ?> section('additionalInlineJs') ?> var Toast = Swal.mixin({ toast: true, position: 'top-end', showConfirmButton: false, timer: 6000, timerProgressBar: true, onOpen: (toast) => { toast.addEventListener('mouseenter', Swal.stopTimer) toast.addEventListener('mouseleave', Swal.resumeTimer) } }); Toast.fire({ icon: 'success', title: '' }); Toast.fire({ icon: 'warning', title: '' }); Toast.fire({ icon: 'error', title: '' }); endSection() ?>