get difference two date time carbon in hours and minutes code example
Example: carbon between hours
'in_time' => Carbon::now()->subHours(random_int(2, 5))->format('H:i:s'),
'in_time' => Carbon::now()->subHours(random_int(2, 5))->format('H:i:s'),