selectRaw('sum(amount) as amount') ->where('created_at', '>=', today()) ->toSql(); dd($sql); return CommandAlias::SUCCESS; } }