laravel carbon get hours from timestamp code example
Example 1: php carbon get timestamp
Carbon::now()->timestamp
Example 2: carbon between hours
'in_time' => Carbon::now()->subHours(random_int(2, 5))->format('H:i:s'),
Carbon::now()->timestamp
'in_time' => Carbon::now()->subHours(random_int(2, 5))->format('H:i:s'),