Laravel Carbon Resta minutos a la hora actual
$timeBeforeFiveMinutes = Carbon::now()->addMinutes(-5);
Annoying Ape
$timeBeforeFiveMinutes = Carbon::now()->addMinutes(-5);