DB::transaction(function () use ($data) { Order::create($data); }, 5);