Cannot redeclare time_ago() (previously declared in /var/www/html/ueibi/storage/framework/views/8a0150f2bc180ed335803aa18907db9096ae2074.php:32) code example
Example: Fatal error: Cannot redeclare
if (!function_exists('your_function_name')) {
function your_function_name() {
........
}
}