carbon parse text to number in muutes code example
Example 1: carbon add minutes
Carbon::now()->addMinutes($minutes)->timestamp;
Example 2: php carbon get timestamp
Carbon::now()->timestamp
Carbon::now()->addMinutes($minutes)->timestamp;
Carbon::now()->timestamp