You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🍉
Bruno Gaspar
brunogaspar
🍉
Software developer with a passion for perfection. Laravel enthusiast.
if (! function_exists('calculatePercentage')) {
/**
* Calculates the percentage between the given values.
*
* @param int|string $previous
* @param int|string $current
*