Anons79 Mini Shell

Directory : /home/aplikasiposinfo/.trash/vendor.1/realrashid/sweet-alert/src/
Upload File :
Current File : /home/aplikasiposinfo/.trash/vendor.1/realrashid/sweet-alert/src/functions.php

<?php

if (!function_exists('alert')) {

    /**
     * Return app instance of Alert.
     *
     * @param string $title
     * @param string $message
     * @param string $type
     * @author Rashid Ali <[email protected]>
     */
    function alert($title = '', $message = '', $type = '')
    {
        $alert = app('alert');
        if (!is_null($title)) {
            return $alert->alert($title, $message, $type);
        }
        return $alert;
    }
}

if (!function_exists('toast')) {

    /**
     * Return app instance of Toast.
     *
     * @param string $title
     * @param string $type
     * @param string $position
     * @author Rashid Ali <[email protected]>
     */
    function toast($title = '', $type = null, $position = 'bottom-right')
    {
        $alert = app('alert');
        if (!is_null($title)) {
            return $alert->toast($title, $type, $position);
        }
        return $alert;
    }
}

if (!function_exists('confirmDelete')) {

    /**
     * Return app instance of confirmDelete.
     *
     * @param string $title
     * @param string $text
     * @author Rashid Ali <[email protected]>
     */
    function confirmDelete($title = '', $text = '')
    {
        $alert = app('alert');
        if (!is_null($title)) {
            return $alert->confirmDelete($title, $text);
        }
        return $alert;
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]