Hi,
We use laravel version metronic 8.1.5 , in rtl version toaster message not show currect, the icon should be on the right side, but in left side.
also i attach my config and photo of this error.
toastr.options = {
"closeButton": true,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toastr-top-left",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "10000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}; Hi Ali Sasani,
At the moment, it seems no option is provided by toastr to set the position of the icon. We will check how we can customize it.
Thanks