= $this->section('css') ?>
= $this->endSection() ?>
= $this->section('additionalExternalJs') ?>
= $this->endSection() ?>
= $this->section('additionalInlineJs') ?>
toastr.options = {
"closeButton": false,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
};
toastr.success(`= session('sweet-success') ?>`);
popSuccessAlert(`= session('sweet-success') ?>`);
toastr.warning(`= session('sweet-warning') ?>`);
popWarningAlert(`= session('sweet-warning') ?>`);
toastr.error(`= session('sweet-error') ?>`);
popErrorgAlert(`= session('sweet-error') ?>`);
= $this->endSection() ?>